From b0c9a124cfafe5e36bf4a1bf8ea5210cbb94f94e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Jul 2024 08:55:49 +0000 Subject: [PATCH] chore(release): 4.0.5 [skip ci] ## [4.0.5](https://github.com/alexghr/got-fetch/compare/v4.0.4...v4.0.5) (2024-07-19) ### Bug Fixes * Allow prefixUrl to work ([#370](https://github.com/alexghr/got-fetch/issues/370)) ([c27a53a](https://github.com/alexghr/got-fetch/commit/c27a53aba8428bf549bdb8c799e97312417a3850)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e19817..93031ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.5](https://github.com/alexghr/got-fetch/compare/v4.0.4...v4.0.5) (2024-07-19) + + +### Bug Fixes + +* Allow prefixUrl to work ([#370](https://github.com/alexghr/got-fetch/issues/370)) ([c27a53a](https://github.com/alexghr/got-fetch/commit/c27a53aba8428bf549bdb8c799e97312417a3850)) + ## [4.0.4](https://github.com/alexghr/got-fetch/compare/v4.0.3...v4.0.4) (2022-04-07) diff --git a/package.json b/package.json index 66de2dd..cf7bccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "got-fetch", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "description": "A fetch-compatible interface to the got HTTP client", "homepage": "https://github.com/alexghr/got-fetch#readme",