Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](libp2p/js-libp2p-kad-dht@v7.0.3...v8.0.0) (2023-03-14)

### ⚠ BREAKING CHANGES

* requires an instance of `interface-datastore@8.x.x`

### Dependencies

* update interface-datastore to 8.x.x ([#430](libp2p/js-libp2p-kad-dht#430)) ([923ef72](libp2p/js-libp2p-kad-dht@923ef72))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 923ef72 commit e5ef228
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [8.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v7.0.3...v8.0.0) (2023-03-14)


### ⚠ BREAKING CHANGES

* requires an instance of `interface-datastore@8.x.x`

### Dependencies

* update interface-datastore to 8.x.x ([#430](https://github.com/libp2p/js-libp2p-kad-dht/issues/430)) ([923ef72](https://github.com/libp2p/js-libp2p-kad-dht/commit/923ef72ff39930fb773f3d619f8d1a23cf15d65d))

## [7.0.3](https://github.com/libp2p/js-libp2p-kad-dht/compare/v7.0.2...v7.0.3) (2023-03-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/kad-dht",
"version": "7.0.3",
"version": "8.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 e5ef228

Please sign in to comment.