Skip to content

Commit

Permalink
Release 3.27.2
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Feb 13, 2025
1 parent 4a8bff9 commit b88c779
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

## [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)


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": "3.27.1",
"version": "3.27.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b88c779

Please sign in to comment.