Skip to content

Commit

Permalink
chore(release): set package.json to 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 28, 2024
1 parent deca970 commit 30ee43c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.5.0...v1.5.1) (2024-04-28)


### Bug Fixes

* **deserializer:** handle inference of omitted deserializer properties ([6c8793b](https://github.com/dasprid/jsonapi-zod-query/commit/6c8793bb3a10ce2a68a41dced31ed0f42ca019c2))
* **parser-schemas:** assert return types for document schema creators ([deca970](https://github.com/dasprid/jsonapi-zod-query/commit/deca9707361d0231ee2a3d64689ce1b7b4604013))

# [1.5.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.4.1...v1.5.0) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-zod-query",
"version": "1.5.0",
"version": "1.5.1",
"description": "Utilities to work with JSON:API on the frontend",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit 30ee43c

Please sign in to comment.