Skip to content

Commit

Permalink
chore(release): set package.json to 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 4, 2024
1 parent 8d55ac5 commit a67f26a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.4.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.3.2...v1.4.0) (2024-03-04)


### Features

* add methodNotAllowedHandler to remove downstream boilerplate ([8d55ac5](https://github.com/dasprid/koa-jsonapi-zod/commit/8d55ac5a3eab0bc322de612f461692ae15d52470))
* move content-type check to body parser ([e7180b6](https://github.com/dasprid/koa-jsonapi-zod/commit/e7180b65b2dcecb9f2c51842542d99fd275a902f))

## [1.3.2](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.3.1...v1.3.2) (2024-03-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-jsonapi-zod",
"version": "1.3.2",
"version": "1.4.0",
"description": "JSON:API support for Koa using Zod",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit a67f26a

Please sign in to comment.