diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b097ec..3ae3f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.4.0...v1.4.1) (2024-04-22) + + +### Bug Fixes + +* set defaults for ResourceDeserializer type ([d46e01f](https://github.com/dasprid/jsonapi-zod-query/commit/d46e01f388ca991bdd20304b85ccf8ca08374b00)) + # [1.4.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.3.0...v1.4.0) (2024-04-22) diff --git a/package.json b/package.json index 78e7a9c..66dbd09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonapi-zod-query", - "version": "1.4.0", + "version": "1.4.1", "description": "Utilities to work with JSON:API on the frontend", "type": "module", "author": "Ben Scholzen 'DASPRiD'",