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

Commit 61ee22b

Browse files
committedAug 10, 2020
chore: release version v0.20.0
1 parent d3d8256 commit 61ee22b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.20.0"></a>
2+
# [0.20.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.9...v0.20.0) (2020-08-10)
3+
4+
5+
### Bug Fixes
6+
7+
* replace node buffers with uint8arrays ([#202](https://github.com/libp2p/js-libp2p-kad-dht/issues/202)) ([989be87](https://github.com/libp2p/js-libp2p-kad-dht/commit/989be87))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* - Where node Buffers were returned, now Uint8Arrays are
13+
14+
* chore: remove gh dep urls
15+
16+
17+
118
<a name="0.19.9"></a>
219
## [0.19.9](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.8...v0.19.9) (2020-07-10)
320

0 commit comments

Comments
 (0)
This repository has been archived.