diff --git a/.changeset/honest-buckets-hang.md b/.changeset/honest-buckets-hang.md deleted file mode 100644 index 1e8bcb1..0000000 --- a/.changeset/honest-buckets-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Export `SharedInventoryItemStack` diff --git a/.changeset/many-dolphins-bake.md b/.changeset/many-dolphins-bake.md deleted file mode 100644 index dc43234..0000000 --- a/.changeset/many-dolphins-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Omit `count` from `CharacterEquipmentEntry` diff --git a/.changeset/nasty-seas-beam.md b/.changeset/nasty-seas-beam.md deleted file mode 100644 index 793c208..0000000 --- a/.changeset/nasty-seas-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Fix `CharacterInventory` type (`bags` can contain `null` entries) diff --git a/.changeset/sharp-files-yell.md b/.changeset/sharp-files-yell.md deleted file mode 100644 index 8acb8df..0000000 --- a/.changeset/sharp-files-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/account/legendaryarmory` and `/v2/legendaryarmory` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7a5ce7f..908d016 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,14 @@ # @gw2api/types +## 0.0.15 + +### Patch Changes + +- Export `SharedInventoryItemStack` ([`145a019`](https://github.com/GW2Treasures/gw2api-ts/commit/145a019081616807dcb2a8efeed07f540202f13c) by [@darthmaim](https://github.com/darthmaim)) +- Omit `count` from `CharacterEquipmentEntry` ([`f28578c`](https://github.com/GW2Treasures/gw2api-ts/commit/f28578c120a4eade6a4d0b65ad9712ce0461cea4) by [@darthmaim](https://github.com/darthmaim)) +- Fix `CharacterInventory` type (`bags` can contain `null` entries) ([`2e3a287`](https://github.com/GW2Treasures/gw2api-ts/commit/2e3a2872b76dbf991b59bae847dc62df996558ce) by [@darthmaim](https://github.com/darthmaim)) +- Add types for `/v2/account/legendaryarmory` and `/v2/legendaryarmory` ([`dfd22c6`](https://github.com/GW2Treasures/gw2api-ts/commit/dfd22c6f3ca74646dbef230660acc9b952e4cddb) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.14 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 740764b..2ecbd58 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.14", + "version": "0.0.15", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {