Skip to content

Commit 038c136

Browse files
Release 3.20.0
[skip ci] ## [3.20.0](v3.19.3...v3.20.0) (2023-12-04) ### Features * allow to set client connect timeout ([#476](#476)) ([fde0d23](fde0d23))
1 parent fde0d23 commit 038c136

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+
## [3.20.0](https://github.com/node-modules/urllib/compare/v3.19.3...v3.20.0) (2023-12-04)
4+
5+
6+
### Features
7+
8+
* allow to set client connect timeout ([#476](https://github.com/node-modules/urllib/issues/476)) ([fde0d23](https://github.com/node-modules/urllib/commit/fde0d23cb8fd19b9ccc36ce1bdc3ec93392d48b8))
9+
310
## [3.19.3](https://github.com/node-modules/urllib/compare/v3.19.2...v3.19.3) (2023-09-21)
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": "3.19.3",
3+
"version": "3.20.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)