From b88c779ca261ba81c5b58d2434c2c45dab573f71 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Feb 2025 15:09:26 +0000 Subject: [PATCH] Release 3.27.2 [skip ci] ## [3.27.2](https://github.com/node-modules/urllib/compare/v3.27.1...v3.27.2) (2025-02-13) ### Bug Fixes * allow set rejectUnauthorized = true on urllib.request options ([#573](https://github.com/node-modules/urllib/issues/573)) ([4a8bff9](https://github.com/node-modules/urllib/commit/4a8bff91a73964f735ca8b9d64bce45ad1a9ddf6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3353ca68..bc78e7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.27.2](https://github.com/node-modules/urllib/compare/v3.27.1...v3.27.2) (2025-02-13) + + +### Bug Fixes + +* allow set rejectUnauthorized = true on urllib.request options ([#573](https://github.com/node-modules/urllib/issues/573)) ([4a8bff9](https://github.com/node-modules/urllib/commit/4a8bff91a73964f735ca8b9d64bce45ad1a9ddf6)) + ## [3.27.1](https://github.com/node-modules/urllib/compare/v3.27.0...v3.27.1) (2024-09-14) diff --git a/package.json b/package.json index 928f8336..500a89f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.27.1", + "version": "3.27.2", "publishConfig": { "access": "public" },