Skip to content

Commit

Permalink
Release 3.27.1
Browse files Browse the repository at this point in the history
[skip ci]

## [3.27.1](v3.27.0...v3.27.1) (2024-09-14)

### Bug Fixes

* uncaught exception due to second response with digest auth ([#534](#534)) ([162cf78](162cf78))
  • Loading branch information
semantic-release-bot committed Sep 14, 2024
1 parent 162cf78 commit 2046769
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.1](https://github.com/node-modules/urllib/compare/v3.27.0...v3.27.1) (2024-09-14)


### Bug Fixes

* uncaught exception due to second response with digest auth ([#534](https://github.com/node-modules/urllib/issues/534)) ([162cf78](https://github.com/node-modules/urllib/commit/162cf78194ef87068d4421c2099131b74ec30878))

## [3.27.0](https://github.com/node-modules/urllib/compare/v3.26.0...v3.27.0) (2024-07-08)


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

0 comments on commit 2046769

Please sign in to comment.