Skip to content

Commit f1e546d

Browse files
Release 4.1.0
[skip ci] ## [4.1.0](v4.0.0...v4.1.0) (2024-06-27) ### Features * support HTTP2 ([#518](#518)) ([21d4260](21d4260))
1 parent 21d4260 commit f1e546d

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.1.0](https://github.com/node-modules/urllib/compare/v4.0.0...v4.1.0) (2024-06-27)
4+
5+
6+
### Features
7+
8+
* support HTTP2 ([#518](https://github.com/node-modules/urllib/issues/518)) ([21d4260](https://github.com/node-modules/urllib/commit/21d4260410ca7ca53bc60af34a2f86dc9b4f8e8a))
9+
310
## [4.0.0](https://github.com/node-modules/urllib/compare/v3.25.1...v4.0.0) (2024-06-23)
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.0.0",
3+
"version": "4.1.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)