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/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/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7a5ce7f..c212a52 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,12 @@ # @gw2api/types +## 0.0.15 + +### Patch Changes + +- Export `SharedInventoryItemStack` ([`145a019`](https://github.com/GW2Treasures/gw2api-ts/commit/145a019081616807dcb2a8efeed07f540202f13c) 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)) + ## 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": {