Skip to content

Commit 497187f

Browse files
committed
chore(release): version packages
1 parent 0ceab1b commit 497187f

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.changeset/funny-crabs-wave.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+
## 4.0.12
4+
5+
### Patch Changes
6+
7+
- 0ceab1b: Added
8+
- Discord section to readme
9+
310
## 4.0.11
411

512
### Patch Changes

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ npm install abort-controller-x
172172
| Modern APIs | ✅ Web standards | ❌ XMLHttpRequest | ✅ Fetch + modern features |
173173
| Custom Fetch Support | ❌ No (global only) | ❌ No | ✅ Yes (wrap any fetch-compatible implementation, including framework or custom fetch) |
174174

175+
## Join the Community
176+
177+
Got questions, want to discuss features, or share examples? Join the **Fetch-Kit Discord server**:
178+
179+
[![Discord](https://img.shields.io/badge/Discord-Join_Fetch--Kit-7289DA?logo=discord&logoColor=white)](https://discord.gg/sdyPBPCDUg)
180+
175181
## Contributing
176182

177183
- **Issues**: [GitHub Issues](https://github.com/fetch-kit/ffetch/issues)

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

0 commit comments

Comments
 (0)