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

Commit 680b90a

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.1.0...v4.0.0) (2022-10-07) ### ⚠ BREAKING CHANGES * bump @libp2p/components from 2.1.1 to 3.0.0 (#379) ### Dependencies * bump @libp2p/components from 2.1.1 to 3.0.0 ([#379](#379)) ([124be9c](124be9c)) * **dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.0 ([#378](#378)) ([fc6741b](fc6741b))
1 parent 124be9c commit 680b90a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.1.0...v4.0.0) (2022-10-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* bump @libp2p/components from 2.1.1 to 3.0.0 (#379)
7+
8+
### Dependencies
9+
10+
* bump @libp2p/components from 2.1.1 to 3.0.0 ([#379](https://github.com/libp2p/js-libp2p-kad-dht/issues/379)) ([124be9c](https://github.com/libp2p/js-libp2p-kad-dht/commit/124be9c3be6d49a460d7fdb3e01217fcd7729e8d))
11+
* **dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.0 ([#378](https://github.com/libp2p/js-libp2p-kad-dht/issues/378)) ([fc6741b](https://github.com/libp2p/js-libp2p-kad-dht/commit/fc6741b01edf5c54dfa8177aff20e035bd28f425))
12+
113
## [3.1.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.0.6...v3.1.0) (2022-10-04)
214

315

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": "3.1.0",
3+
"version": "4.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)