Skip to content

Commit

Permalink
chore(release): set package.json to 1.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.4](v1.4.3...v1.4.4) (2024-03-20)

### Bug Fixes

* **serializer:** inject provided top level links into JSON:API document ([7754e4d](7754e4d))
  • Loading branch information
semantic-release-bot committed Mar 20, 2024
1 parent 7754e4d commit 47a46fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.4](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.4.3...v1.4.4) (2024-03-20)


### Bug Fixes

* **serializer:** inject provided top level links into JSON:API document ([7754e4d](https://github.com/dasprid/koa-jsonapi-zod/commit/7754e4d9cf5d158ceeeb3f96c1ea6cc2395d0552))

## [1.4.3](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.4.2...v1.4.3) (2024-03-20)


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": "koa-jsonapi-zod",
"version": "1.4.3",
"version": "1.4.4",
"description": "JSON:API support for Koa using Zod",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit 47a46fa

Please sign in to comment.