Skip to content

Commit

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

### Reverts

* Revert "fix: deal with node v19 breaking change (keep-alive enabled on global agent)" ([5d575a1](5d575a1))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 01016f2 commit 2d8cc9e
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.7](https://github.com/adobe/fetch/compare/v4.1.6...v4.1.7) (2024-06-07)


### Reverts

* Revert "fix: deal with node v19 breaking change (keep-alive enabled on global agent)" ([5d575a1](https://github.com/adobe/fetch/commit/5d575a1402124f13941de19ef8a32cdf0f327654))

## [4.1.6](https://github.com/adobe/fetch/compare/v4.1.5...v4.1.6) (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.6",
"version": "4.1.7",
"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 2d8cc9e

Please sign in to comment.