Skip to content

Commit

Permalink
chore(release): set package.json to 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2024-10-17)

### Bug Fixes

* allow AnyResourceDeserializer to know about the generic include type ([fd70013](fd70013))

### Features

* expose AnyRelationshipDeserializer type ([454bb5f](454bb5f))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent 454bb5f commit f2d8e5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/dasprid/jsonapi-zod-query/compare/v2.0.1...v2.1.0) (2024-10-17)


### Bug Fixes

* allow AnyResourceDeserializer to know about the generic include type ([fd70013](https://github.com/dasprid/jsonapi-zod-query/commit/fd700132ce3aa0475f1c4ef51f37c56fa44ae5e3))


### Features

* expose AnyRelationshipDeserializer type ([454bb5f](https://github.com/dasprid/jsonapi-zod-query/commit/454bb5f61d216f4e7412f732cc6af047d638e5dd))

## [2.0.1](https://github.com/dasprid/jsonapi-zod-query/compare/v2.0.0...v2.0.1) (2024-05-21)


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": "2.0.1",
"version": "2.1.0",
"description": "Utilities to work with JSON:API on the frontend",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit f2d8e5f

Please sign in to comment.