diff --git a/.changeset/funny-mirrors-agree.md b/.changeset/funny-mirrors-agree.md deleted file mode 100644 index 039801b..0000000 --- a/.changeset/funny-mirrors-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/account/homestead/glyphs` diff --git a/.changeset/old-pens-help.md b/.changeset/old-pens-help.md deleted file mode 100644 index 46a8392..0000000 --- a/.changeset/old-pens-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/homestead/decorations/categories` diff --git a/.changeset/two-panthers-complain.md b/.changeset/two-panthers-complain.md deleted file mode 100644 index cc33763..0000000 --- a/.changeset/two-panthers-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/types": patch ---- - -Add types for `/v2/homestead/glyphs` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8102f51..c7f44ae 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @gw2api/types +## 0.0.20 + +### Patch Changes + +- Add types for `/v2/account/homestead/glyphs` ([`6e39a8a`](https://github.com/GW2Treasures/gw2api-ts/commit/6e39a8a224038606a15eeb4171f9c0d817fc28fc) by [@darthmaim](https://github.com/darthmaim)) +- Add types for `/v2/homestead/decorations/categories` ([`2ef7d60`](https://github.com/GW2Treasures/gw2api-ts/commit/2ef7d60c292d2e34d08543232948d02845edecf1) by [@darthmaim](https://github.com/darthmaim)) +- Add types for `/v2/homestead/glyphs` ([`e770961`](https://github.com/GW2Treasures/gw2api-ts/commit/e770961b0ff3c48f96364231fc930eb018b19fb3) by [@darthmaim](https://github.com/darthmaim)) + ## 0.0.19 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 202b4dc..8e6e979 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/types", - "version": "0.0.19", + "version": "0.0.20", "description": "TypeScript types for all datastructures used by the Guild Wars 2 API", "license": "MIT", "repository": {