Skip to content

Commit

Permalink
Release 4.2.2
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Sep 14, 2024
1 parent 9a7833e commit d9bf314
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.2.2](https://github.com/node-modules/urllib/compare/v4.2.1...v4.2.2) (2024-09-14)


### Bug Fixes

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

## [4.2.1](https://github.com/node-modules/urllib/compare/v4.2.0...v4.2.1) (2024-09-11)


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.2.1",
"version": "4.2.2",
"publishConfig": {
"tag": "latest"
},
Expand Down

0 comments on commit d9bf314

Please sign in to comment.