Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-02-12)

### Features

* add proper status response codes depending on input validation ([8470e86](8470e86))
* support proper accept header handling ([6abb63a](6abb63a))
  • Loading branch information
semantic-release-bot committed Feb 12, 2024
1 parent 6abb63a commit e589845
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.1.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.0.0...v1.1.0) (2024-02-12)


### Features

* add proper status response codes depending on input validation ([8470e86](https://github.com/dasprid/koa-jsonapi-zod/commit/8470e8623b1c829f241ebe92132658999b1a0448))
* support proper accept header handling ([6abb63a](https://github.com/dasprid/koa-jsonapi-zod/commit/6abb63a288a48ec1953e11fff000baeedd2a6b08))

# 1.0.0 (2024-02-09)


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

0 comments on commit e589845

Please sign in to comment.