From 253f63a2e5c0c07c159f37219a9ce5446df56cb2 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Fri, 6 Sep 2019 11:45:49 +0200 Subject: [PATCH] chore: release version v0.18.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b32cc..5dbe672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.18.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.17.2...v0.18.0) (2019-09-06) + + +### Features + +* emit self default to false ([#89](https://github.com/libp2p/js-libp2p-floodsub/issues/89)) ([39ff708](https://github.com/libp2p/js-libp2p-floodsub/commit/39ff708)) + + +### BREAKING CHANGES + +* messages are not self emitted by default anymore. You need to set the emitSelf option to true to use it + + + ## [0.17.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.17.1...v0.17.2) (2019-09-03)