From 5f6e9c5cb0ac4e7ebbfe660b7f8619b793d40468 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 10:43:02 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.1...v2.0.0) (2024-10-29) ### ⚠ BREAKING CHANGES * bump @libp2p/interface from 1.7.0 to 2.2.0 (#34) ### Dependencies * bump @libp2p/interface from 1.7.0 to 2.2.0 ([#34](https://github.com/libp2p/js-libp2p-http-fetch/issues/34)) ([2945813](https://github.com/libp2p/js-libp2p-http-fetch/commit/2945813b0f401a43c49e6bb62ceba6db9783cb29)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a2554..c468e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.0.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.1...v2.0.0) (2024-10-29) + +### ⚠ BREAKING CHANGES + +* bump @libp2p/interface from 1.7.0 to 2.2.0 (#34) + +### Dependencies + +* bump @libp2p/interface from 1.7.0 to 2.2.0 ([#34](https://github.com/libp2p/js-libp2p-http-fetch/issues/34)) ([2945813](https://github.com/libp2p/js-libp2p-http-fetch/commit/2945813b0f401a43c49e6bb62ceba6db9783cb29)) + ## [1.1.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.0...v1.1.1) (2024-10-29) ### Trivial Changes diff --git a/package.json b/package.json index 63418af..3b7f61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/http-fetch", - "version": "1.1.1", + "version": "2.0.0", "description": "Implementation of the WHATWG Fetch API on libp2p streams", "author": "@marcopolo", "license": "Apache-2.0 OR MIT",