From de110fa7b3bd581fba29909ee7ca8c8fd0d3d2f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Feb 2024 07:10:41 +0000 Subject: [PATCH] Release 3.22.4 [skip ci] ## [3.22.4](https://github.com/node-modules/urllib/compare/v3.22.3...v3.22.4) (2024-02-22) ### Bug Fixes * options.method alias options.type is invalid ([#490](https://github.com/node-modules/urllib/issues/490)) ([75c5989](https://github.com/node-modules/urllib/commit/75c5989f5a267ed0f6505ba877d66748d7bd5e36)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e44e2b..8215783b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.22.4](https://github.com/node-modules/urllib/compare/v3.22.3...v3.22.4) (2024-02-22) + + +### Bug Fixes + +* options.method alias options.type is invalid ([#490](https://github.com/node-modules/urllib/issues/490)) ([75c5989](https://github.com/node-modules/urllib/commit/75c5989f5a267ed0f6505ba877d66748d7bd5e36)) + ## [3.22.3](https://github.com/node-modules/urllib/compare/v3.22.2...v3.22.3) (2024-02-20) diff --git a/package.json b/package.json index d0643047..e1e9ecdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.22.3", + "version": "3.22.4", "publishConfig": { "tag": "latest" },