From 49b3f64f80e2be44c0fea80e93fd9d7025547d99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Feb 2024 15:44:14 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.2.2 [skip ci] ## [1.2.2](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.1...v1.2.2) (2024-02-15) ### Bug Fixes * **deserializer:** do not allow page params to be null ([aec78e0](https://github.com/dasprid/jsonapi-zod-query/commit/aec78e03a3b891caa6f0f39df5771caa6a1cf699)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639008a..4389aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.1...v1.2.2) (2024-02-15) + + +### Bug Fixes + +* **deserializer:** do not allow page params to be null ([aec78e0](https://github.com/dasprid/jsonapi-zod-query/commit/aec78e03a3b891caa6f0f39df5771caa6a1cf699)) + ## [1.2.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.0...v1.2.1) (2024-02-15) diff --git a/package.json b/package.json index e0421c6..649bcb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonapi-zod-query", - "version": "1.2.1", + "version": "1.2.2", "description": "Utilities to work with JSON:API on the frontend", "type": "module", "author": "Ben Scholzen 'DASPRiD'",