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

Commit a209385

Browse files
committed
chore: release version v0.23.0
1 parent 0cfa893 commit a209385

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.23.0"></a>
2+
# [0.23.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.3...v0.23.0) (2020-08-25)
3+
4+
5+
### Bug Fixes
6+
7+
* replace node buffers with uint8arrays ([5a522b4](https://github.com/libp2p/js-libp2p-floodsub/commit/5a522b4))
8+
9+
10+
### Chores
11+
12+
* update pubsub ([#108](https://github.com/libp2p/js-libp2p-floodsub/issues/108)) ([67a6376](https://github.com/libp2p/js-libp2p-floodsub/commit/67a6376))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* using libp2p-interface pubsub with new API
18+
* - The `.data` property of received pubsub messages was a Buffer,
19+
now it is a Uint8Array
20+
- All deps of this module use Uint8Arrays
21+
22+
23+
124
<a name="0.22.0"></a>
225
# [0.22.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.3...v0.22.0) (2020-08-11)
326

0 commit comments

Comments
 (0)