Skip to content

Commit b88c779

Browse files
Release 3.27.2
[skip ci] ## [3.27.2](v3.27.1...v3.27.2) (2025-02-13) ### Bug Fixes * allow set rejectUnauthorized = true on urllib.request options ([#573](#573)) ([4a8bff9](4a8bff9))
1 parent 4a8bff9 commit b88c779

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.27.2](https://github.com/node-modules/urllib/compare/v3.27.1...v3.27.2) (2025-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [3.27.1](https://github.com/node-modules/urllib/compare/v3.27.0...v3.27.1) (2024-09-14)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "3.27.1",
3+
"version": "3.27.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)