From ede9eedb00993aaedf90aee1fc9604c977c5dbf4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 07:45:32 +0000 Subject: [PATCH] chore(release): 4.0.11 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f68163..7a2ec1f 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 5a9dea4..cca27ce 100644 --- a/package.json +++ b/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",