From 60cb27be412e0d143e9055b44bef67a6123e0c13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Dec 2023 08:47:12 +0000 Subject: [PATCH] Release 3.22.1 [skip ci] ## [3.22.1](https://github.com/node-modules/urllib/compare/v3.22.0...v3.22.1) (2023-12-22) ### Bug Fixes * make sure kClients exists on Agent ([#482](https://github.com/node-modules/urllib/issues/482)) ([574bd47](https://github.com/node-modules/urllib/commit/574bd47e277560094202ecc6925160a8eb38f0a6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5076a1a7..c4b7499c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.22.1](https://github.com/node-modules/urllib/compare/v3.22.0...v3.22.1) (2023-12-22) + + +### Bug Fixes + +* make sure kClients exists on Agent ([#482](https://github.com/node-modules/urllib/issues/482)) ([574bd47](https://github.com/node-modules/urllib/commit/574bd47e277560094202ecc6925160a8eb38f0a6)) + ## [3.22.0](https://github.com/node-modules/urllib/compare/v3.21.0...v3.22.0) (2023-12-21) diff --git a/package.json b/package.json index a873c7d4..3d15182a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.22.0", + "version": "3.22.1", "publishConfig": { "tag": "latest" },