Skip to content

Commit a682fc7

Browse files
committed
chore(release): version packages
1 parent c6f94fb commit a682fc7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.changeset/new-stars-play.md

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

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- c6f94fb: Added:
8+
- Support for the HTTP Retry-After header in the default retry logic. If a server responds with a Retry-After header (in seconds or as a date), ffetch will honor it and use the specified delay before retrying.
9+
310
## 1.1.0
411

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

0 commit comments

Comments
 (0)