diff --git a/.changeset/cold-maps-tell.md b/.changeset/cold-maps-tell.md deleted file mode 100644 index 86cb91a..0000000 --- a/.changeset/cold-maps-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gw2api/fetch": patch ---- - -Don't leak access token in error messages diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 3907fe1..a68d0ff 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @gw2api/fetch +## 0.4.1 + +### Patch Changes + +- Don't leak access token in error messages ([`88114b2`](https://github.com/GW2Treasures/gw2api-ts/commit/88114b231a11859aae5f116835451d001791ce24) by [@darthmaim](https://github.com/darthmaim)) + ## 0.4.0 ### Minor Changes diff --git a/packages/fetch/package.json b/packages/fetch/package.json index e93946c..340f3ed 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@gw2api/fetch", - "version": "0.4.0", + "version": "0.4.1", "description": "Tiny wrapper around fetch that returns type-safe responses", "license": "MIT", "main": "dist/index.js",