From c6f6f83baf5877abf9135dff08f3d17c064e1a08 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:22:07 -0500 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68441b5..1db95cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [3.2.0](https://github.com/lquixada/cross-fetch/compare/v3.1.8...v3.2.0) (2024-12-21) + + +### Features + +* updated node-fetch to 2.7.0 ([#191](https://github.com/lquixada/cross-fetch/issues/191)) ([ebf44c3](https://github.com/lquixada/cross-fetch/commit/ebf44c303c2dbda25f0f1f7e5af814ee038c280c)) + + +### Bug Fixes + +* updated whatwg-fetch to 3.6.20 ([#198](https://github.com/lquixada/cross-fetch/issues/198)) ([fbbecc8](https://github.com/lquixada/cross-fetch/commit/fbbecc86ec558e704682c822c53e9d48b0851141)) + ### [3.1.8](https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8) (2023-07-02) diff --git a/package.json b/package.json index 75c47ac..0fc78f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cross-fetch", - "version": "3.1.8", + "version": "3.2.0", "description": "Universal WHATWG Fetch API for Node, Browsers and React Native", "homepage": "https://github.com/lquixada/cross-fetch", "main": "dist/node-ponyfill.js",