Skip to content

Commit 0d9f662

Browse files
Release 3.17.1
[skip ci] ## [3.17.1](v3.17.0...v3.17.1) (2023-06-15) ### Bug Fixes * set `socketErrorRetry = 1` by default ([#455](#455)) ([1d26bb8](1d26bb8))
1 parent 1d26bb8 commit 0d9f662

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.17.1](https://github.com/node-modules/urllib/compare/v3.17.0...v3.17.1) (2023-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* set `socketErrorRetry = 1` by default ([#455](https://github.com/node-modules/urllib/issues/455)) ([1d26bb8](https://github.com/node-modules/urllib/commit/1d26bb8c2996d44a21611d3d716eb38f62570ce4))
9+
310
## [3.17.0](https://github.com/node-modules/urllib/compare/v3.16.1...v3.17.0) (2023-06-15)
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.17.0",
3+
"version": "3.17.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)