Skip to content

Commit a59bf0d

Browse files
chore(release): set package.json to 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2024-02-15) ### Bug Fixes * **pagination:** always return undfined when there's no link ([882ffe9](882ffe9))
1 parent 882ffe9 commit a59bf0d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/dasprid/jsonapi-zod-query/compare/v1.2.0...v1.2.1) (2024-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **pagination:** always return undfined when there's no link ([882ffe9](https://github.com/dasprid/jsonapi-zod-query/commit/882ffe9193050740b1f0409865c22cc5f086efd1))
7+
18
# [1.2.0](https://github.com/dasprid/jsonapi-zod-query/compare/v1.1.2...v1.2.0) (2024-02-15)
29

310

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.2.0",
3+
"version": "1.2.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)