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

Commit 888d4b1

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.0...v3.0.0) (2022-06-17) ### ⚠ BREAKING CHANGES * Updates to new registrar API ### Features * specify stream limits ([#348](#348)) ([c2a9238](c2a9238))
1 parent c2a9238 commit 888d4b1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v2.0.0...v3.0.0) (2022-06-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Updates to new registrar API
7+
8+
### Features
9+
10+
* specify stream limits ([#348](https://github.com/libp2p/js-libp2p-kad-dht/issues/348)) ([c2a9238](https://github.com/libp2p/js-libp2p-kad-dht/commit/c2a923863c2b4dd1fd95922ffdb21b6bc45f42c8))
11+
112
## [2.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v1.0.16...v2.0.0) (2022-06-15)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/kad-dht",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "JavaScript implementation of the Kad-DHT for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",

0 commit comments

Comments
 (0)