From e593a0d86569310c7fba539d6924ad14c7138a24 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Sep 2023 11:29:11 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/adobe/fetch/compare/v4.0.13...v4.1.0) (2023-09-13) ### Features * force release ([d7daffe](https://github.com/adobe/fetch/commit/d7daffe39b2b24124fddf8ad68af6a77aa554fc1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeaf70e..1605cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/adobe/fetch/compare/v4.0.13...v4.1.0) (2023-09-13) + + +### Features + +* force release ([d7daffe](https://github.com/adobe/fetch/commit/d7daffe39b2b24124fddf8ad68af6a77aa554fc1)) + ## [4.0.13](https://github.com/adobe/fetch/compare/v4.0.12...v4.0.13) (2023-05-18) diff --git a/package.json b/package.json index 46efa54..a05d82a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/fetch", - "version": "4.0.13", + "version": "4.1.0", "description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2", "main": "./src/index.js", "module": "./src/index.js",