diff --git a/.changeset/dirty-rockets-shake.md b/.changeset/dirty-rockets-shake.md deleted file mode 100644 index 76ce39e..0000000 --- a/.changeset/dirty-rockets-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/home/cats` and `/v2/home/nodes` diff --git a/.changeset/selfish-timers-compare.md b/.changeset/selfish-timers-compare.md deleted file mode 100644 index 9259971..0000000 --- a/.changeset/selfish-timers-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/homestead/decorations` and `/v2/account/homestead/decorations` diff --git a/.changeset/tame-seahorses-wonder.md b/.changeset/tame-seahorses-wonder.md deleted file mode 100644 index ce872f9..0000000 --- a/.changeset/tame-seahorses-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add type for `/v2/account/home/cats` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7849f25..8102f51 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @gw2api/types +## 0.0.19 + +### Patch Changes + +- Add types for `/v2/home/cats` and `/v2/home/nodes` ([`fcd1158`](https://github.com/GW2Treasures/gw2api-ts/commit/fcd11589d076841490da7377028da68d001a3adc) by [@darthmaim](https://github.com/darthmaim)) +- Add types for `/v2/homestead/decorations` and `/v2/account/homestead/decorations` ([#72](https://github.com/GW2Treasures/gw2api-ts/pull/72) by [@darthmaim](https://github.com/darthmaim)) +- Add type for `/v2/account/home/cats` ([`d97021e`](https://github.com/GW2Treasures/gw2api-ts/commit/d97021e2f34639b41754d4b425f96ee15ae4aebe) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.18 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 5b049c1..202b4dc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.18", + "version": "0.0.19", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {