Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 6b10427

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/interface-libp2p-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.3.2...@libp2p/interface-libp2p-v2.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718)) ### Dependencies * update sibling dependencies ([17ed429](17ed429)) * update sibling dependencies ([4421374](4421374))
1 parent 17ed429 commit 6b10427

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/interface-libp2p/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [@libp2p/interface-libp2p-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.3.2...@libp2p/interface-libp2p-v2.0.0) (2023-04-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* add libp2p events (#373)
7+
8+
### Features
9+
10+
* add libp2p events ([#373](https://github.com/libp2p/js-libp2p-interfaces/issues/373)) ([071c718](https://github.com/libp2p/js-libp2p-interfaces/commit/071c718808902858818ca86167b51b242b67a5a5))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([17ed429](https://github.com/libp2p/js-libp2p-interfaces/commit/17ed429d57e83cb38484ac52a0e0975a7d8af963))
16+
* update sibling dependencies ([4421374](https://github.com/libp2p/js-libp2p-interfaces/commit/4421374d85ac7d4e9cf0b1a4c5072e881e091b31))
17+
118
## [@libp2p/interface-libp2p-v1.3.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.3.1...@libp2p/interface-libp2p-v1.3.2) (2023-04-21)
219

320

packages/interface-libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-libp2p",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "The interface implemented by a libp2p node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-libp2p#readme",

0 commit comments

Comments
 (0)