From 1b5d3de0302d21b6bbab4916afac47453407cbb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 14:43:15 +0000 Subject: [PATCH] chore(release): 4.1.11 [skip ci] ## [4.1.11](https://github.com/adobe/fetch/compare/v4.1.10...v4.1.11) (2024-12-07) ### Bug Fixes * **deps:** update dependency debug to v4.4.0 ([#507](https://github.com/adobe/fetch/issues/507)) ([348e17d](https://github.com/adobe/fetch/commit/348e17d9e2357b8d1510a435b646e3e33ff734d2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da65383..60d4adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.11](https://github.com/adobe/fetch/compare/v4.1.10...v4.1.11) (2024-12-07) + + +### Bug Fixes + +* **deps:** update dependency debug to v4.4.0 ([#507](https://github.com/adobe/fetch/issues/507)) ([348e17d](https://github.com/adobe/fetch/commit/348e17d9e2357b8d1510a435b646e3e33ff734d2)) + ## [4.1.10](https://github.com/adobe/fetch/compare/v4.1.9...v4.1.10) (2024-12-05) diff --git a/package.json b/package.json index 65bfd2a..65d8681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/fetch", - "version": "4.1.10", + "version": "4.1.11", "description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2", "main": "./src/index.js", "module": "./src/index.js",