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

Commit 87f8511

Browse files
committedAug 11, 2020
chore: release version v0.20.1
1 parent 5840ab2 commit 87f8511

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.1"></a>
2+
## [0.20.1](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.9...v0.20.1) (2020-08-11)
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.20.0"></a>
219
# [0.20.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.9...v0.20.0) (2020-08-10)
320

0 commit comments

Comments
 (0)
This repository has been archived.