Skip to content

Commit

Permalink
chore(release): set package.json to 3.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.4](v3.2.3...v3.2.4) (2024-10-10)

### Bug Fixes

* **middleware:** return proper 400 response when failing to parse accept header ([95f6220](95f6220))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent 95f6220 commit 53ea9ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.4](https://github.com/dasprid/koa-jsonapi-zod/compare/v3.2.3...v3.2.4) (2024-10-10)


### Bug Fixes

* **middleware:** return proper 400 response when failing to parse accept header ([95f6220](https://github.com/dasprid/koa-jsonapi-zod/commit/95f6220c0c7075b1eed192a16478d186f0ecf262))

## [3.2.3](https://github.com/dasprid/koa-jsonapi-zod/compare/v3.2.2...v3.2.3) (2024-07-01)


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": "3.2.3",
"version": "3.2.4",
"description": "JSON:API support for Koa using Zod",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit 53ea9ab

Please sign in to comment.