Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.0...v2.0.0) (2024-05-14)

### Features

* refactor deserialization process ([41b8b5d](41b8b5d))

### BREAKING CHANGES

* _links and _meta are now not included in resources by default
anymore.
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 41b8b5d commit e928f8c
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 @@
# [2.0.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.6.0...v2.0.0) (2024-05-14)


### Features

* refactor deserialization process ([41b8b5d](https://github.com/dasprid/jsonapi-zod-query/commit/41b8b5dddf1e62e74dab38fd3807635941b494d6))


### BREAKING CHANGES

* _links and _meta are now not included in resources by default
anymore.

# [1.6.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.5.1...v1.6.0) (2024-05-13)


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": "jsonapi-zod-query",
"version": "1.6.0",
"version": "2.0.0",
"description": "Utilities to work with JSON:API on the frontend",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit e928f8c

Please sign in to comment.