Skip to content

Commit e928f8c

Browse files
chore(release): set package.json to 2.0.0 [skip ci]
# [2.0.0](v1.6.0...v2.0.0) (2024-05-14) ### Features * refactor deserialization process ([41b8b5d](41b8b5d)) ### BREAKING CHANGES * _links and _meta are now not included in resources by default anymore.
1 parent 41b8b5d commit e928f8c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.6.0...v2.0.0) (2024-05-14)
2+
3+
4+
### Features
5+
6+
* refactor deserialization process ([41b8b5d](https://github.com/dasprid/jsonapi-zod-query/commit/41b8b5dddf1e62e74dab38fd3807635941b494d6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* _links and _meta are now not included in resources by default
12+
anymore.
13+
114
# [1.6.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.5.1...v1.6.0) (2024-05-13)
215

316

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.6.0",
3+
"version": "2.0.0",
44
"description": "Utilities to work with JSON:API on the frontend",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

0 commit comments

Comments
 (0)