Skip to content

Commit 31b5d81

Browse files
Release 4.6.10
[skip ci] ## [4.6.10](v4.6.9...v4.6.10) (2024-12-19) ### Bug Fixes * should HEAD request keepalive by default ([#566](#566)) ([54c4a2c](54c4a2c))
1 parent 54c4a2c commit 31b5d81

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.6.10](https://github.com/node-modules/urllib/compare/v4.6.9...v4.6.10) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* should HEAD request keepalive by default ([#566](https://github.com/node-modules/urllib/issues/566)) ([54c4a2c](https://github.com/node-modules/urllib/commit/54c4a2cc3950e091ef7bdbd0f1cfa3a0c032f6e6))
9+
310
## [4.6.9](https://github.com/node-modules/urllib/compare/v4.6.8...v4.6.9) (2024-12-17)
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.6.9",
3+
"version": "4.6.10",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)