Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](libp2p/js-libp2p-kad-dht@v5.0.2...v6.0.0) (2022-11-05)

### ⚠ BREAKING CHANGES

* requires @libp2p/interface-metrics v4

### Bug Fixes

* update to metrics v4 ([libp2p#398](libp2p/js-libp2p-kad-dht#398)) ([3182cb0](libp2p/js-libp2p-kad-dht@3182cb0))
  • Loading branch information
semantic-release-bot committed Nov 5, 2022
1 parent 3182cb0 commit 5b42a70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [6.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v5.0.2...v6.0.0) (2022-11-05)


### ⚠ BREAKING CHANGES

* requires @libp2p/interface-metrics v4

### Bug Fixes

* 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))

## [5.0.2](https://github.com/libp2p/js-libp2p-kad-dht/compare/v5.0.1...v5.0.2) (2022-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/kad-dht",
"version": "5.0.2",
"version": "6.0.0",
"description": "JavaScript implementation of the Kad-DHT for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",
Expand Down

0 comments on commit 5b42a70

Please sign in to comment.