Skip to content

Commit

Permalink
chore(release): set package.json to 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.1...v3.0.0) (2024-04-21)

### Features

* introduce per-serializer context ([143b515](143b515))

### BREAKING CHANGES

* the serializer context is now not global anymore put per
serializer.
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent 143b515 commit 614b2d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v2.1.1...v3.0.0) (2024-04-21)


### Features

* introduce per-serializer context ([143b515](https://github.com/dasprid/koa-jsonapi-zod/commit/143b515695cdb263f9fdca8f8a84e297878c814d))


### BREAKING CHANGES

* the serializer context is now not global anymore put per
serializer.

## [2.1.1](https://github.com/dasprid/koa-jsonapi-zod/compare/v2.1.0...v2.1.1) (2024-04-21)


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

0 comments on commit 614b2d8

Please sign in to comment.