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": {