Skip to content

Commit 45e6fe0

Browse files
Release 3.21.0
[skip ci] ## [3.21.0](v3.20.0...v3.21.0) (2023-12-04) ### Features * print more socket info on UND_ERR_CONNECT_TIMEOUT error ([#477](#477)) ([366de1d](366de1d))
1 parent 366de1d commit 45e6fe0

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+
## [3.21.0](https://github.com/node-modules/urllib/compare/v3.20.0...v3.21.0) (2023-12-04)
4+
5+
6+
### Features
7+
8+
* print more socket info on UND_ERR_CONNECT_TIMEOUT error ([#477](https://github.com/node-modules/urllib/issues/477)) ([366de1d](https://github.com/node-modules/urllib/commit/366de1df2ecdef71bcc927000f346d0cd08fe4cb))
9+
310
## [3.20.0](https://github.com/node-modules/urllib/compare/v3.19.3...v3.20.0) (2023-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": "3.20.0",
3+
"version": "3.21.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)