From 5540c5876d56a012dde447527de8caa12af1e93d Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 11 Aug 2020 12:01:56 +0200 Subject: [PATCH] chore: release version v0.6.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b411f..c80bf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.6.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.6...v0.6.0) (2020-08-11) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#70](https://github.com/libp2p/js-libp2p-pubsub/issues/70)) ([92632b5](https://github.com/libp2p/js-libp2p-pubsub/commit/92632b5)) + + +### BREAKING CHANGES + +* - The `.data`, `.from` and `.seq` properties of messages used to be + node Buffers, now they are Uint8Arrays +- All deps of this module now use Uint8Arrays instead of Buffers + + + ## [0.5.6](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.5...v0.5.6) (2020-07-14)