From 5bfda9853a4b51cdaf503541613c00a332671d90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 18:18:41 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29) ### Bug Fixes * allow aborting authentication ([#43](https://github.com/libp2p/js-libp2p-http-fetch/issues/43)) ([3494773](https://github.com/libp2p/js-libp2p-http-fetch/commit/3494773844cf68f0f89d2dca1c857deb923e4c90)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead1dd3..7cee9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29) + +### Bug Fixes + +* allow aborting authentication ([#43](https://github.com/libp2p/js-libp2p-http-fetch/issues/43)) ([3494773](https://github.com/libp2p/js-libp2p-http-fetch/commit/3494773844cf68f0f89d2dca1c857deb923e4c90)) + ## [2.0.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.0...v2.0.1) (2024-10-29) ### Bug Fixes diff --git a/package.json b/package.json index 6ad2c2c..90572d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/http-fetch", - "version": "2.0.1", + "version": "2.0.2", "description": "Implementation of the WHATWG Fetch API on libp2p streams", "author": "@marcopolo", "license": "Apache-2.0 OR MIT",