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",