Skip to content

Commit 5540c58

Browse files
committed
chore: release version v0.6.0
1 parent 1d2e02a commit 5540c58

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.6.0"></a>
2+
# [0.6.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.6...v0.6.0) (2020-08-11)
3+
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* - The `.data`, `.from` and `.seq` properties of messages used to be
13+
node Buffers, now they are Uint8Arrays
14+
- All deps of this module now use Uint8Arrays instead of Buffers
15+
16+
17+
118
<a name="0.5.6"></a>
219
## [0.5.6](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.5...v0.5.6) (2020-07-14)
320

0 commit comments

Comments
 (0)