Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Dec 21, 2024
1 parent f0dbe54 commit 3415e1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

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.

## [4.1.0](https://github.com/lquixada/cross-fetch/compare/v4.0.0...v4.1.0) (2024-12-21)


### Features

* added support for node 22 ([074cd87](https://github.com/lquixada/cross-fetch/commit/074cd875751362d91ab10b8af632680b0fbe89db))
* 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))


### Bug Fixes

* 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))

## [4.0.0](https://github.com/lquixada/cross-fetch/compare/v4.0.0-alpha.13...v4.0.0) (2023-07-03)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cross-fetch",
"version": "4.0.0",
"version": "4.1.0",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
"homepage": "https://github.com/lquixada/cross-fetch",
"main": "dist/node-ponyfill.js",
Expand Down

0 comments on commit 3415e1f

Please sign in to comment.