Skip to content

Commit e5ef228

Browse files
chore(release): 8.0.0 [skip ci]
## [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))
1 parent 923ef72 commit e5ef228

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+
## [8.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v7.0.3...v8.0.0) (2023-03-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires an instance of `interface-datastore@8.x.x`
7+
8+
### Dependencies
9+
10+
* 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))
11+
112
## [7.0.3](https://github.com/libp2p/js-libp2p-kad-dht/compare/v7.0.2...v7.0.3) (2023-03-10)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/kad-dht",
3-
"version": "7.0.3",
3+
"version": "8.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)