Skip to content

Commit

Permalink
Release 4.6.6
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Dec 7, 2024
1 parent 88785e1 commit 86f9d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.6.6](https://github.com/node-modules/urllib/compare/v4.6.5...v4.6.6) (2024-12-07)


### Bug Fixes

* 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))

## [4.6.5](https://github.com/node-modules/urllib/compare/v4.6.4...v4.6.5) (2024-12-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urllib",
"version": "4.6.5",
"version": "4.6.6",
"publishConfig": {
"tag": "latest"
},
Expand Down

0 comments on commit 86f9d09

Please sign in to comment.