Skip to content

Commit 50fde73

Browse files
Release 4.2.1
[skip ci] ## [4.2.1](v4.2.0...v4.2.1) (2024-09-11) ### Bug Fixes * allow ":" character in digestAuth password ([#532](#532)) ([c6b6f88](c6b6f88))
1 parent c6b6f88 commit 50fde73

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.1](https://github.com/node-modules/urllib/compare/v4.2.0...v4.2.1) (2024-09-11)
4+
5+
6+
### Bug Fixes
7+
8+
* allow ":" character in digestAuth password ([#532](https://github.com/node-modules/urllib/issues/532)) ([c6b6f88](https://github.com/node-modules/urllib/commit/c6b6f881bb1f33fc944482d9060d3576788c7c74))
9+
310
## [4.2.0](https://github.com/node-modules/urllib/compare/v4.1.0...v4.2.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": "4.2.0",
3+
"version": "4.2.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)