From ef17c34cd71c1526a9da8f8ed244704d13a5bf6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 05:37:44 +0000 Subject: [PATCH] Release 4.4.0 [skip ci] ## [4.4.0](https://github.com/node-modules/urllib/compare/v4.3.1...v4.4.0) (2024-10-08) ### Features * impl fetch ([#542](https://github.com/node-modules/urllib/issues/542)) ([55a634c](https://github.com/node-modules/urllib/commit/55a634c1784365f35ab69139549b47d24f500069)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ea03a..ed2512b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.4.0](https://github.com/node-modules/urllib/compare/v4.3.1...v4.4.0) (2024-10-08) + + +### Features + +* impl fetch ([#542](https://github.com/node-modules/urllib/issues/542)) ([55a634c](https://github.com/node-modules/urllib/commit/55a634c1784365f35ab69139549b47d24f500069)) + ## [4.3.1](https://github.com/node-modules/urllib/compare/v4.3.0...v4.3.1) (2024-09-19) diff --git a/package.json b/package.json index 4abb779..238c20f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "4.3.1", + "version": "4.4.0", "publishConfig": { "tag": "latest" },