diff --git a/.changeset/chilly-snakes-behave.md b/.changeset/chilly-snakes-behave.md deleted file mode 100644 index 0e3754a..0000000 --- a/.changeset/chilly-snakes-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Allow specifying `page_size` without `page` for paginated endpoints diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e8c132e..abecf78 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @gw2api/types +## 0.0.23 + +### Patch Changes + +- Allow specifying `page_size` without `page` for paginated endpoints ([#84](https://github.com/GW2Treasures/gw2api-ts/pull/84) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.22 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index f7f74fd..36c85e1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.22", + "version": "0.0.23", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {