We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88785e1 commit 86f9d09Copy full SHA for 86f9d09
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [4.6.5](https://github.com/node-modules/urllib/compare/v4.6.4...v4.6.5) (2024-12-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "urllib",
- "version": "4.6.5",
+ "version": "4.6.6",
"publishConfig": {
"tag": "latest"
},
0 commit comments