Skip to content

Commit

Permalink
chore(release): 4.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent d699d2f commit ee7ceb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.6](https://github.com/adobe/fetch/compare/v4.1.5...v4.1.6) (2024-06-07)


### Bug Fixes

* deal with node v19 breaking change (keep-alive enabled on global agent) ([d699d2f](https://github.com/adobe/fetch/commit/d699d2f92eabb8e330788985a328d831978fff49))

## [4.1.5](https://github.com/adobe/fetch/compare/v4.1.4...v4.1.5) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/fetch",
"version": "4.1.5",
"version": "4.1.6",
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
"main": "./src/index.js",
"module": "./src/index.js",
Expand Down

0 comments on commit ee7ceb0

Please sign in to comment.