Skip to content

Commit a67f26a

Browse files
chore(release): set package.json to 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2024-03-04) ### Features * add methodNotAllowedHandler to remove downstream boilerplate ([8d55ac5](8d55ac5)) * move content-type check to body parser ([e7180b6](e7180b6))
1 parent 8d55ac5 commit a67f26a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.4.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.3.2...v1.4.0) (2024-03-04)
2+
3+
4+
### Features
5+
6+
* add methodNotAllowedHandler to remove downstream boilerplate ([8d55ac5](https://github.com/dasprid/koa-jsonapi-zod/commit/8d55ac5a3eab0bc322de612f461692ae15d52470))
7+
* move content-type check to body parser ([e7180b6](https://github.com/dasprid/koa-jsonapi-zod/commit/e7180b65b2dcecb9f2c51842542d99fd275a902f))
8+
19
## [1.3.2](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.3.1...v1.3.2) (2024-03-03)
210

311

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.3.2",
3+
"version": "1.4.0",
44
"description": "JSON:API support for Koa using Zod",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

0 commit comments

Comments
 (0)