Skip to content

Commit 4cebb85

Browse files
chore(release): set package.json to 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2024-03-02) ### Features * **body:** allow body with only meta defined ([123a78e](123a78e))
1 parent 123a78e commit 4cebb85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.1.1](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.1.0...v1.1.1) (2024-03-02)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa-jsonapi-zod",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "JSON:API support for Koa using Zod",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

0 commit comments

Comments
 (0)