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

Commit 5b42a70

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.2...v6.0.0) (2022-11-05) ### ⚠ BREAKING CHANGES * requires @libp2p/interface-metrics v4 ### Bug Fixes * update to metrics v4 ([#398](#398)) ([3182cb0](3182cb0))
1 parent 3182cb0 commit 5b42a70

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+
## [6.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v5.0.2...v6.0.0) (2022-11-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires @libp2p/interface-metrics v4
7+
8+
### Bug Fixes
9+
10+
* update to metrics v4 ([#398](https://github.com/libp2p/js-libp2p-kad-dht/issues/398)) ([3182cb0](https://github.com/libp2p/js-libp2p-kad-dht/commit/3182cb0dbcfa8eca0ceb243db53c43eed14c1af8))
11+
112
## [5.0.2](https://github.com/libp2p/js-libp2p-kad-dht/compare/v5.0.1...v5.0.2) (2022-11-05)
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": "5.0.2",
3+
"version": "6.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)