Skip to content

Commit 3d10b09

Browse files
committed
chore(release): version packages
1 parent b5a9a52 commit 3d10b09

3 files changed

Lines changed: 16 additions & 18 deletions

File tree

.changeset/loud-cougars-cheer.md

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

CHANGELOG.md

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

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- b5a9a52: Added
8+
- Hedge plugin implemented
9+
- Bulkhead plugin implemented
10+
- Integration tests
11+
12+
Changed
13+
- baseDispatch made context-driven so wrapDispatch plugins can inject modified request and signal per attempt
14+
15+
Documentation
16+
- Reworked and improved
17+
318
## 5.2.1
419

520
### 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.2.1",
3+
"version": "5.3.0",
44
"description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX",
55
"keywords": [
66
"fetch",

0 commit comments

Comments
 (0)