diff --git a/.changeset/tidy-plants-deliver.md b/.changeset/tidy-plants-deliver.md deleted file mode 100644 index 044ced6..0000000 --- a/.changeset/tidy-plants-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"x-fetch": patch ---- - -fix: known typings issue of `type` field diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1d27d..daf4069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.3 + +### Patch Changes + +- [#8](https://github.com/un-ts/x-fetch/pull/8) [`5d91037`](https://github.com/un-ts/x-fetch/commit/5d910377e1deb3494e29e9a3b04591e680de6f78) Thanks [@JounQin](https://github.com/JounQin)! - fix: known typings issue of `type` field + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index c24851a..8d78c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-fetch", - "version": "0.1.2", + "version": "0.1.3", "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",