Skip to content

Commit

Permalink
chore: release version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 11, 2020
1 parent 1d2e02a commit 5540c58
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="0.6.0"></a>
# [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



<a name="0.5.6"></a>
## [0.5.6](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.5...v0.5.6) (2020-07-14)

Expand Down

0 comments on commit 5540c58

Please sign in to comment.