Skip to content

Commit 30ee43c

Browse files
chore(release): set package.json to 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2024-04-28) ### Bug Fixes * **deserializer:** handle inference of omitted deserializer properties ([6c8793b](6c8793b)) * **parser-schemas:** assert return types for document schema creators ([deca970](deca970))
1 parent deca970 commit 30ee43c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.5.0...v1.5.1) (2024-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **deserializer:** handle inference of omitted deserializer properties ([6c8793b](https://github.com/dasprid/jsonapi-zod-query/commit/6c8793bb3a10ce2a68a41dced31ed0f42ca019c2))
7+
* **parser-schemas:** assert return types for document schema creators ([deca970](https://github.com/dasprid/jsonapi-zod-query/commit/deca9707361d0231ee2a3d64689ce1b7b4604013))
8+
19
# [1.5.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.4.1...v1.5.0) (2024-04-22)
210

311

package.json

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

0 commit comments

Comments
 (0)