From 7781b672417307bb5005587a595e0f3c1b0c3a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:56:02 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/cold-tigers-count.md | 7 ------- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .changeset/cold-tigers-count.md 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",