Skip to content

Commit 2046769

Browse files
Release 3.27.1
[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))
1 parent 162cf78 commit 2046769

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+
## [3.27.1](https://github.com/node-modules/urllib/compare/v3.27.0...v3.27.1) (2024-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [3.27.0](https://github.com/node-modules/urllib/compare/v3.26.0...v3.27.0) (2024-07-08)
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": "3.27.0",
3+
"version": "3.27.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)