Skip to content

Commit d9bf314

Browse files
Release 4.2.2
[skip ci] ## [4.2.2](v4.2.1...v4.2.2) (2024-09-14) ### Bug Fixes * uncaught exception due to second response with digest auth ([#530](#530)) ([9a7833e](9a7833e))
1 parent 9a7833e commit d9bf314

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+
## [4.2.2](https://github.com/node-modules/urllib/compare/v4.2.1...v4.2.2) (2024-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* uncaught exception due to second response with digest auth ([#530](https://github.com/node-modules/urllib/issues/530)) ([9a7833e](https://github.com/node-modules/urllib/commit/9a7833e17b07c696feb4a0a32476a01c3156b7ae))
9+
310
## [4.2.1](https://github.com/node-modules/urllib/compare/v4.2.0...v4.2.1) (2024-09-11)
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": "4.2.1",
3+
"version": "4.2.2",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)