Skip to content

Commit 559b568

Browse files
chore(release): version packages
1 parent f3be91f commit 559b568

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

.changeset/neat-hounds-bathe.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ffetch
22

3+
## 5.5.0
4+
5+
### Minor Changes
6+
7+
- f3be91f: Fixed
8+
- dedupePlugin: each deduplicated caller now receives an independent Response clone, preventing "body already used" errors when multiple concurrent callers consume the response body
9+
10+
Documentation
11+
- deduplication: explained response cloning behaviour and auth header considerations for custom hashFn
12+
- advanced: clarified that timeout acts as total duration cap including retry wait periods
13+
314
## 5.4.9 – 5.4.13
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fetchkit/ffetch",
3-
"version": "5.4.13",
3+
"version": "5.5.0",
44
"description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX",
55
"keywords": [
66
"fetch",

0 commit comments

Comments
 (0)