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

Commit c53baa0

Browse files
committed
chore: release version v0.6.0
1 parent 7e1c2da commit c53baa0

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<a name="0.6.0"></a>
2+
# [0.6.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.5.1...v0.6.0) (2017-11-09)
3+
4+
5+
6+
<a name="0.5.1"></a>
7+
## [0.5.1](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.5.0...v0.5.1) (2017-09-07)
8+
9+
10+
### Features
11+
12+
* replace protocol-buffers with protons ([#16](https://github.com/libp2p/js-libp2p-kad-dht/issues/16)) ([de259ff](https://github.com/libp2p/js-libp2p-kad-dht/commit/de259ff))
13+
14+
15+
16+
<a name="0.5.0"></a>
17+
# [0.5.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.4.1...v0.5.0) (2017-09-03)
18+
19+
20+
### Features
21+
22+
* p2p addrs situation ([#15](https://github.com/libp2p/js-libp2p-kad-dht/issues/15)) ([3870dd2](https://github.com/libp2p/js-libp2p-kad-dht/commit/3870dd2))
23+
24+
25+
26+
<a name="0.4.1"></a>
27+
## [0.4.1](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.4.0...v0.4.1) (2017-07-22)
28+
29+
30+
31+
<a name="0.4.0"></a>
32+
# [0.4.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.3.0...v0.4.0) (2017-07-22)
33+
34+
35+
36+
<a name="0.3.0"></a>
37+
# [0.3.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.2.1...v0.3.0) (2017-07-17)
38+
39+
40+
### Bug Fixes
41+
42+
* no more circular dependency, become a good block of libp2p ([#13](https://github.com/libp2p/js-libp2p-kad-dht/issues/13)) ([810be4d](https://github.com/libp2p/js-libp2p-kad-dht/commit/810be4d))
43+
44+
45+
46+
<a name="0.2.1"></a>
47+
## [0.2.1](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.2.0...v0.2.1) (2017-07-13)
48+
49+
50+
51+
<a name="0.2.0"></a>
52+
# [0.2.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.1.0...v0.2.0) (2017-07-07)
53+
54+
55+
### Features
56+
57+
* using libp2p new state methods ([#12](https://github.com/libp2p/js-libp2p-kad-dht/issues/12)) ([982f789](https://github.com/libp2p/js-libp2p-kad-dht/commit/982f789))
58+
59+
60+
61+
<a name="0.1.0"></a>
62+
# [0.1.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/4bd1fbc...v0.1.0) (2017-04-07)
63+
64+
65+
### Features
66+
67+
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc))
68+
69+
70+

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": "0.5.1",
3+
"version": "0.6.0",
44
"description": "JavaScript implementation of the Kad-DHT for libp2p",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)