From 3415e1f5875711a7b6bed08eb8d9ddfdd79c97d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= <195494+lquixada@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:01:15 -0500 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e432a6..3404fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2392b79..913b50c 100644 --- a/package.json +++ b/package.json @@ -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",