Skip to content

Commit

Permalink
chore(release): 4.0.11 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.11](v4.0.10...v4.0.11) (2023-05-09)

### Bug Fixes

* Add Response.clone() typedef ([#406](#406)) ([#407](#407)) ([7ed9047](7ed9047))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 7ed9047 commit ede9eed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.0.11](https://github.com/adobe/fetch/compare/v4.0.10...v4.0.11) (2023-05-09)


### Bug Fixes

* Add Response.clone() typedef ([#406](https://github.com/adobe/fetch/issues/406)) ([#407](https://github.com/adobe/fetch/issues/407)) ([7ed9047](https://github.com/adobe/fetch/commit/7ed9047ceac88136890e00e53c15ed90ae13d1c1))

## [4.0.10](https://github.com/adobe/fetch/compare/v4.0.9...v4.0.10) (2023-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@adobe/fetch",
"version": "4.0.10",
"version": "4.0.11",
"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 ede9eed

Please sign in to comment.