Skip to content

Commit 86f9d09

Browse files
Release 4.6.6
[skip ci] ## [4.6.6](v4.6.5...v4.6.6) (2024-12-07) ### Bug Fixes * allow set rejectUnauthorized = true on urllib.request options ([#561](#561)) ([88785e1](88785e1))
1 parent 88785e1 commit 86f9d09

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+
## [4.6.6](https://github.com/node-modules/urllib/compare/v4.6.5...v4.6.6) (2024-12-07)
4+
5+
6+
### Bug Fixes
7+
8+
* allow set rejectUnauthorized = true on urllib.request options ([#561](https://github.com/node-modules/urllib/issues/561)) ([88785e1](https://github.com/node-modules/urllib/commit/88785e16560f60989f388f2a4354f076693d2876))
9+
310
## [4.6.5](https://github.com/node-modules/urllib/compare/v4.6.4...v4.6.5) (2024-12-07)
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": "4.6.5",
3+
"version": "4.6.6",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)