From e8152fb8d8b5f906d15a16f868ecf7d8efbfeadc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:11:43 +0000 Subject: [PATCH] chore: release x-fetch (#17) Co-authored-by: github-actions[bot] --- .changeset/short-toys-obey.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-toys-obey.md diff --git a/.changeset/short-toys-obey.md b/.changeset/short-toys-obey.md deleted file mode 100644 index c379f61..0000000 --- a/.changeset/short-toys-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"x-fetch": patch ---- - -fix: should await data, add request into error diff --git a/CHANGELOG.md b/CHANGELOG.md index 264a0f4..251205b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.2.2 + +### Patch Changes + +- [#16](https://github.com/un-ts/x-fetch/pull/16) [`90b5813`](https://github.com/un-ts/x-fetch/commit/90b581321300592fe926b54bbe163cf4b2843a03) Thanks [@JounQin](https://github.com/JounQin)! - fix: should await data, add request into error + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index dbea78c..0f12b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-fetch", - "version": "0.2.1", + "version": "0.2.2", "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",