Skip to content

Commit a5da1b6

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2025-08-26) ### Bug Fixes * add @prisma/config as a dependency for generate to work postinstall ([a180dfd](a180dfd))
1 parent a180dfd commit a5da1b6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.4](https://github.com/Language-Research-Technology/arocapi/compare/v1.0.3...v1.0.4) (2025-08-26)
2+
3+
### Bug Fixes
4+
5+
* add @prisma/config as a dependency for generate to work postinstall ([a180dfd](https://github.com/Language-Research-Technology/arocapi/commit/a180dfd151ab801ce67ecc37de14e6c105f4e824))
6+
17
## [1.0.3](https://github.com/Language-Research-Technology/arocapi/compare/v1.0.2...v1.0.3) (2025-08-26)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "arocapi",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "An RO-Crate API",
66
"main": "dist/app.js",
77
"exports": {

0 commit comments

Comments
 (0)