Skip to content

Commit 5f6e9c5

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](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](#34)) ([2945813](2945813))
1 parent 2945813 commit 5f6e9c5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.1...v2.0.0) (2024-10-29)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* bump @libp2p/interface from 1.7.0 to 2.2.0 (#34)
6+
7+
### Dependencies
8+
9+
* 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))
10+
111
## [1.1.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.0...v1.1.1) (2024-10-29)
212

313
### Trivial Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-fetch",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
55
"author": "@marcopolo",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)