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

Commit e7f5227

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/interface-peer-discovery-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-v1.1.1...@libp2p/interface-peer-discovery-v2.0.0) (2023-05-04) ### ⚠ BREAKING CHANGES * the `symbol` export is now named `peerDiscovery` and the getter with that name should return an instance of `PeerDiscovery` ### Features * rename peer discovery symbol to peerDiscovery ([#394](#394)) ([5957c77](5957c77))
1 parent 5957c77 commit e7f5227

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-peer-discovery/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@libp2p/interface-peer-discovery-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-v1.1.1...@libp2p/interface-peer-discovery-v2.0.0) (2023-05-04)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the `symbol` export is now named `peerDiscovery` and the getter with that name should return an instance of `PeerDiscovery`
7+
8+
### Features
9+
10+
* rename peer discovery symbol to peerDiscovery ([#394](https://github.com/libp2p/js-libp2p-interfaces/issues/394)) ([5957c77](https://github.com/libp2p/js-libp2p-interfaces/commit/5957c77718df6e6336ca22386d8c03a045fd1d89))
11+
112
## [@libp2p/interface-peer-discovery-v1.1.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-v1.1.0...@libp2p/interface-peer-discovery-v1.1.1) (2023-05-04)
213

314

packages/interface-peer-discovery/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-peer-discovery",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Peer Discovery interface for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-peer-discovery#readme",

0 commit comments

Comments
 (0)