Skip to content

Commit

Permalink
chore(release): 4.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.8](v4.1.7...v4.1.8) (2024-06-07)

### Bug Fixes

* deal with node v19 breaking change (keep-alive enabled on global agent) ([#478](#478)) ([89d982d](89d982d))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 89d982d commit 088c4e3
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.8](https://github.com/adobe/fetch/compare/v4.1.7...v4.1.8) (2024-06-07)


### Bug Fixes

* deal with node v19 breaking change (keep-alive enabled on global agent) ([#478](https://github.com/adobe/fetch/issues/478)) ([89d982d](https://github.com/adobe/fetch/commit/89d982d8df7d6e0d12a0460217ac6e43708712d8))

## [4.1.7](https://github.com/adobe/fetch/compare/v4.1.6...v4.1.7) (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.7",
"version": "4.1.8",
"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 088c4e3

Please sign in to comment.