From a2a4a3bbab43352bce31ea86a287566a32709c99 Mon Sep 17 00:00:00 2001 From: "gw2treasures-release-bot[bot]" <160784075+gw2treasures-release-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:23:49 +0000 Subject: [PATCH] Create new release --- .changeset/mean-fireants-shop.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-fireants-shop.md diff --git a/.changeset/mean-fireants-shop.md b/.changeset/mean-fireants-shop.md deleted file mode 100644 index 3b3ddae..0000000 --- a/.changeset/mean-fireants-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Enable `verbatimModuleSyntax` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 65ca4dc..883d7f2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @gw2api/types +## 0.0.8 + +### Patch Changes + +- Enable `verbatimModuleSyntax` ([#49](https://github.com/GW2Treasures/gw2api-ts/pull/49) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.7 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 75d0b6a..e5d1a56 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.7", + "version": "0.0.8", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {