Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/adobe/fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Apr 13, 2023
2 parents ba3adaf + 4f1002e commit 12bdcdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.8](https://github.com/adobe/fetch/compare/v4.0.7...v4.0.8) (2023-04-13)


### Bug Fixes

* flaky test ([c3c1447](https://github.com/adobe/fetch/commit/c3c14473daec41af64c80d22447f4cd52c34341a))
* TypeScript declarations ([#392](https://github.com/adobe/fetch/issues/392)) ([503bb69](https://github.com/adobe/fetch/commit/503bb69329768cbe7b3fff4cfc19f5a30364e26b))

## [4.0.7](https://github.com/adobe/fetch/compare/v4.0.6...v4.0.7) (2023-04-12)


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.0.7",
"version": "4.0.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 12bdcdf

Please sign in to comment.