Skip to content

Commit 3415e1f

Browse files
committed
chore(release): 4.1.0
1 parent f0dbe54 commit 3415e1f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.1.0](https://github.com/lquixada/cross-fetch/compare/v4.0.0...v4.1.0) (2024-12-21)
6+
7+
8+
### Features
9+
10+
* added support for node 22 ([074cd87](https://github.com/lquixada/cross-fetch/commit/074cd875751362d91ab10b8af632680b0fbe89db))
11+
* updated node-fetch to 2.7.0 ([#192](https://github.com/lquixada/cross-fetch/issues/192)) ([0ab2481](https://github.com/lquixada/cross-fetch/commit/0ab24817f32c30457a6549940e033163c56318d3))
12+
13+
14+
### Bug Fixes
15+
16+
* updated whatwg-fetch to 3.6.20 ([#197](https://github.com/lquixada/cross-fetch/issues/197)) ([df46c2a](https://github.com/lquixada/cross-fetch/commit/df46c2ae83dd670fb0f767302d4b09842075e415))
17+
518
## [4.0.0](https://github.com/lquixada/cross-fetch/compare/v4.0.0-alpha.13...v4.0.0) (2023-07-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-fetch",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
55
"homepage": "https://github.com/lquixada/cross-fetch",
66
"main": "dist/node-ponyfill.js",

0 commit comments

Comments
 (0)