diff --git a/.changeset/late-feet-pull.md b/.changeset/late-feet-pull.md deleted file mode 100644 index 290979c..0000000 --- a/.changeset/late-feet-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"x-fetch": patch ---- - -fix: only fallback to text on error diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fb5f3..264a0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.2.1 + +### Patch Changes + +- [#14](https://github.com/un-ts/x-fetch/pull/14) [`5e1cd70`](https://github.com/un-ts/x-fetch/commit/5e1cd7095613a1d1374d5af8fbd9bd092964ed8e) Thanks [@JounQin](https://github.com/JounQin)! - fix: only fallback to text on error + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index f6e113f..dbea78c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-fetch", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "description": "A simple but elegant `fetch` API wrapper, use `fetch` like a charm", "repository": "git+https://github.com/un-ts/x-fetch.git",