diff --git a/.changeset/cold-tigers-count.md b/.changeset/cold-tigers-count.md deleted file mode 100644 index 29ed24f..0000000 --- a/.changeset/cold-tigers-count.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@fetchkit/ffetch': patch ---- - -Fixed - -- Clone request on each retry attempt to prevent body-already-used error when retrying POST requests with a body diff --git a/CHANGELOG.md b/CHANGELOG.md index c6407ee..574b2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ffetch +## 5.5.4 + +### Patch Changes + +- 9d6df81: Fixed + - Clone request on each retry attempt to prevent body-already-used error when retrying POST requests with a body + ## 5.5.3 ### Patch Changes diff --git a/package.json b/package.json index ad7c294..90f87a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fetchkit/ffetch", - "version": "5.5.3", + "version": "5.5.4", "description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX", "keywords": [ "fetch",