Skip to content

Commit 49b3f64

Browse files
chore(release): set package.json to 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2024-02-15) ### Bug Fixes * **deserializer:** do not allow page params to be null ([aec78e0](aec78e0))
1 parent aec78e0 commit 49b3f64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.1...v1.2.2) (2024-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **deserializer:** do not allow page params to be null ([aec78e0](https://github.com/dasprid/jsonapi-zod-query/commit/aec78e03a3b891caa6f0f39df5771caa6a1cf699))
7+
18
## [1.2.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.0...v1.2.1) (2024-02-15)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-zod-query",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Utilities to work with JSON:API on the frontend",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

0 commit comments

Comments
 (0)