Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.5...v2.0.0) (2024-03-25)

### Features

* **request:** don't make filter and page parameters optional by default ([d56837f](d56837f))

### BREAKING CHANGES

* **request:** when filter or page is defined, it is now required by default.
To get the old behavior, add `.optional()` to your schemas.
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent d56837f commit fce44be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.4.5...v2.0.0) (2024-03-25)


### Features

* **request:** don't make filter and page parameters optional by default ([d56837f](https://github.com/dasprid/koa-jsonapi-zod/commit/d56837f15598e3eac31bfe42d36220c911c233af))


### BREAKING CHANGES

* **request:** when filter or page is defined, it is now required by default.
To get the old behavior, add `.optional()` to your schemas.

## [1.4.5](https://github.com/dasprid/koa-jsonapi-zod/compare/v1.4.4...v1.4.5) (2024-03-23)


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.5",
"version": "2.0.0",
"description": "JSON:API support for Koa using Zod",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down

0 comments on commit fce44be

Please sign in to comment.