Skip to content

Commit ee7ceb0

Browse files
chore(release): 4.1.6 [skip ci]
## [4.1.6](v4.1.5...v4.1.6) (2024-06-07) ### Bug Fixes * deal with node v19 breaking change (keep-alive enabled on global agent) ([d699d2f](d699d2f))
1 parent d699d2f commit ee7ceb0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.6](https://github.com/adobe/fetch/compare/v4.1.5...v4.1.6) (2024-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* deal with node v19 breaking change (keep-alive enabled on global agent) ([d699d2f](https://github.com/adobe/fetch/commit/d699d2f92eabb8e330788985a328d831978fff49))
7+
18
## [4.1.5](https://github.com/adobe/fetch/compare/v4.1.4...v4.1.5) (2024-06-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/fetch",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
55
"main": "./src/index.js",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)