Skip to content

Commit c9f8d39

Browse files
committed
chore: release version v0.15.1
1 parent d46dd17 commit c9f8d39

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.15.1"></a>
2+
## [0.15.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.15.0...v0.15.1) (2018-10-23)
3+
4+
5+
### Bug Fixes
6+
7+
* ignore message false positive ([#59](https://github.com/libp2p/js-libp2p-floodsub/issues/59)) ([55916fe](https://github.com/libp2p/js-libp2p-floodsub/commit/55916fe))
8+
9+
10+
### Features
11+
12+
* breakout BaseProtocol ([#57](https://github.com/libp2p/js-libp2p-floodsub/issues/57)) ([c4a108d](https://github.com/libp2p/js-libp2p-floodsub/commit/c4a108d))
13+
14+
15+
116
<a name="0.15.0"></a>
217
# [0.15.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.14.1...v0.15.0) (2018-04-05)
318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-floodsub",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
55
"leadMaintainer": "Vasco Santos <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)