From 2b0952d6f2f965a2a5fcbe049956fec4314ff708 Mon Sep 17 00:00:00 2001 From: "gw2treasures-release-bot[bot]" <160784075+gw2treasures-release-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:39:44 +0000 Subject: [PATCH] Create new release --- .changeset/nasty-seas-beam.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nasty-seas-beam.md 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..bcceb86 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @gw2api/types +## 0.0.15 + +### Patch Changes + +- 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": {