diff --git a/CHANGELOG.md b/CHANGELOG.md index 283a6ad..e9cea4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4cfbbd9..29a9be4 100644 --- a/package.json +++ b/package.json @@ -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'",