Skip to content

Commit b98b502

Browse files
Release 4.6.2
[skip ci] ## [4.6.2](v4.6.1...v4.6.2) (2024-12-04) ### Bug Fixes * fix socket info if fetch failed ([#556](#556)) ([e9f4258](e9f4258))
1 parent e9f4258 commit b98b502

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.6.2](https://github.com/node-modules/urllib/compare/v4.6.1...v4.6.2) (2024-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* fix socket info if fetch failed ([#556](https://github.com/node-modules/urllib/issues/556)) ([e9f4258](https://github.com/node-modules/urllib/commit/e9f425885aaa51258180048c5178d62af6da91d3))
9+
310
## [4.6.1](https://github.com/node-modules/urllib/compare/v4.6.0...v4.6.1) (2024-12-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)