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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@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))
  • Loading branch information
semantic-release-bot committed May 4, 2023
1 parent 5957c77 commit e7f5227
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/interface-peer-discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [@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](https://github.com/libp2p/js-libp2p-interfaces/issues/394)) ([5957c77](https://github.com/libp2p/js-libp2p-interfaces/commit/5957c77718df6e6336ca22386d8c03a045fd1d89))

## [@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)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-peer-discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interface-peer-discovery",
"version": "1.1.1",
"version": "2.0.0",
"description": "Peer Discovery interface for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-peer-discovery#readme",
Expand Down

0 comments on commit e7f5227

Please sign in to comment.