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

Commit 16583be

Browse files
chore(release): 3.0.6 [skip ci]
## [3.0.6](v3.0.5...v3.0.6) (2022-09-29) ### Bug Fixes * re-enable ensuring queries run along disjoint paths ([#371](#371)) ([5ae4440](5ae4440)) ### Trivial Changes * remove IRC badge from readme ([#374](#374)) ([e48754f](e48754f))
1 parent 5ae4440 commit 16583be

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+
## [3.0.6](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.0.5...v3.0.6) (2022-09-29)
2+
3+
4+
### Bug Fixes
5+
6+
* re-enable ensuring queries run along disjoint paths ([#371](https://github.com/libp2p/js-libp2p-kad-dht/issues/371)) ([5ae4440](https://github.com/libp2p/js-libp2p-kad-dht/commit/5ae4440e7578d3d6adb557f780fcd23ce7fc13b5))
7+
8+
9+
### Trivial Changes
10+
11+
* remove IRC badge from readme ([#374](https://github.com/libp2p/js-libp2p-kad-dht/issues/374)) ([e48754f](https://github.com/libp2p/js-libp2p-kad-dht/commit/e48754fa5f16420000804d5f8cb9f536cb7e2596))
12+
113
## [3.0.5](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.0.4...v3.0.5) (2022-09-21)
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.0.5",
3+
"version": "3.0.6",
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)