From 418714c458e6aef03e62a1b8c125ff96f85811c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 10:43:32 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.2...v2.1.0) (2024-11-01) ### Features * Authenticated Fetch ([#45](https://github.com/libp2p/js-libp2p-http-fetch/issues/45)) ([ca69dc4](https://github.com/libp2p/js-libp2p-http-fetch/commit/ca69dc41fb53b8808e40ff5745cb85b0521fbc15)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cee9b6..0871cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.2...v2.1.0) (2024-11-01) + +### Features + +* Authenticated Fetch ([#45](https://github.com/libp2p/js-libp2p-http-fetch/issues/45)) ([ca69dc4](https://github.com/libp2p/js-libp2p-http-fetch/commit/ca69dc41fb53b8808e40ff5745cb85b0521fbc15)) + ## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29) ### Bug Fixes diff --git a/package.json b/package.json index 90572d1..e60bb04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/http-fetch", - "version": "2.0.2", + "version": "2.1.0", "description": "Implementation of the WHATWG Fetch API on libp2p streams", "author": "@marcopolo", "license": "Apache-2.0 OR MIT",