Skip to content

Commit 2609e53

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.5...v2.0.0) (2022-06-15) ### ⚠ BREAKING CHANGES * uses new single-issue libp2p interface modules ### Features * update to latest libp2p interfaces ([#76](#76)) ([413ebe9](413ebe9))
1 parent 413ebe9 commit 2609e53

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v1.0.5...v2.0.0) (2022-06-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* uses new single-issue libp2p interface modules
7+
8+
### Features
9+
10+
* update to latest libp2p interfaces ([#76](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/76)) ([413ebe9](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/413ebe96ce6c64e2fc0daac6de4cf5c08ab844ad))
11+
112
### [1.0.5](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v1.0.4...v1.0.5) (2022-06-06)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/delegated-peer-routing",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "Leverage other peers in the libp2p network to perform Peer Routing calls.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-delegated-peer-routing#readme",

0 commit comments

Comments
 (0)