Skip to content

Commit a18a1d5

Browse files
committed
chore(release): version packages
1 parent a8bb7d4 commit a18a1d5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.changeset/lemon-cooks-grow.md

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

CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- a8bb7d4: Added
8+
- controller created and exposed in pendingRequests
9+
- abortAll() helper to abort all pending requests
10+
311
## 2.0.0
412

513
### Major Changes

package.json

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

0 commit comments

Comments
 (0)