diff --git a/.changeset/five-ways-teach.md b/.changeset/five-ways-teach.md deleted file mode 100644 index ee663f0..0000000 --- a/.changeset/five-ways-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/commerce/delivery` diff --git a/.changeset/popular-wombats-return.md b/.changeset/popular-wombats-return.md deleted file mode 100644 index 45b3268..0000000 --- a/.changeset/popular-wombats-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/commerce/exchange` diff --git a/.changeset/proud-files-help.md b/.changeset/proud-files-help.md deleted file mode 100644 index 3616dc2..0000000 --- a/.changeset/proud-files-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Improve commerce types diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 948daa6..e8c132e 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @gw2api/types +## 0.0.22 + +### Patch Changes + +- Add types for `/v2/commerce/delivery` ([#82](https://github.com/GW2Treasures/gw2api-ts/pull/82) by [@darthmaim](https://github.com/darthmaim)) +- Add types for `/v2/commerce/exchange` ([#82](https://github.com/GW2Treasures/gw2api-ts/pull/82) by [@darthmaim](https://github.com/darthmaim)) +- Improve commerce types ([#82](https://github.com/GW2Treasures/gw2api-ts/pull/82) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.21 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index c414fd1..d5043c6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.21", + "version": "0.0.22", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {