Skip to content

Commit

Permalink
chore: release version v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 11, 2020
1 parent cb45c55 commit fcebc20
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.22.0"></a>
# [0.22.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.3...v0.22.0) (2020-08-11)


### Bug Fixes

* replace node buffers with uint8arrays ([5a522b4](https://github.com/libp2p/js-libp2p-floodsub/commit/5a522b4))


### BREAKING CHANGES

* - The `.data` property of received pubsub messages was a Buffer,
now it is a Uint8Array
- All deps of this module use Uint8Arrays



<a name="0.21.3"></a>
## [0.21.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.2...v0.21.3) (2020-06-04)

Expand Down

0 comments on commit fcebc20

Please sign in to comment.