From 3da23a30aff0e4481347067389180f088dcad1c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 22:43:39 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [6.0.2](https://github.com/alexghr/got-fetch/compare/v6.0.1...v6.0.2) (2024-11-18) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df6c36..f7fe11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [6.0.2](https://github.com/alexghr/got-fetch/compare/v6.0.1...v6.0.2) (2024-11-18) + ## [6.0.1](https://github.com/alexghr/got-fetch/compare/v6.0.0...v6.0.1) (2024-08-26) # [6.0.0](https://github.com/alexghr/got-fetch/compare/v5.1.10...v6.0.0) (2024-07-19) diff --git a/package.json b/package.json index b8a9990..0d281cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "got-fetch", - "version": "6.0.1", + "version": "6.0.2", "type": "module", "license": "MIT", "description": "A fetch-compatible interface to the got HTTP client",