We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69115f8 commit 726e4d1Copy full SHA for 726e4d1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.2](https://github.com/Language-Research-Technology/arocapi/compare/v1.0.1...v1.0.2) (2025-08-26)
2
+
3
+### Bug Fixes
4
5
+* update zod ([69115f8](https://github.com/Language-Research-Technology/arocapi/commit/69115f83275805d2707ce241752edb54807443fb))
6
7
## [1.0.1](https://github.com/Language-Research-Technology/arocapi/compare/v1.0.0...v1.0.1) (2025-08-26)
8
9
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "arocapi",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "An RO-Crate API",
"main": "dist/app.js",
"exports": {
0 commit comments