We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 123a78e commit 4cebb85Copy full SHA for 4cebb85
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.2.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.1.1...v1.2.0) (2024-03-02)
2
+
3
4
+### Features
5
6
+* **body:** allow body with only meta defined ([123a78e](https://github.com/dasprid/koa-jsonapi-zod/commit/123a78efa4050644e46c6bcc2812b8ff4852c750))
7
8
## [1.1.1](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.1.0...v1.1.1) (2024-03-02)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "koa-jsonapi-zod",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "JSON:API support for Koa using Zod",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
0 commit comments