Skip to content

Commit b8ab289

Browse files
chore(release): 1.0.4 [skip ci]
### [1.0.4](libp2p/js-libp2p-floodsub@v1.0.3...v1.0.4) (2022-04-09) ### Trivial Changes * update tsconfig ([#146](libp2p/js-libp2p-floodsub#146)) ([4c89cf6](libp2p/js-libp2p-floodsub@4c89cf6))
1 parent 4c89cf6 commit b8ab289

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.0.4](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.3...v1.0.4) (2022-04-09)
2+
3+
4+
### Trivial Changes
5+
6+
* update tsconfig ([#146](https://github.com/libp2p/js-libp2p-floodsub/issues/146)) ([4c89cf6](https://github.com/libp2p/js-libp2p-floodsub/commit/4c89cf6c5ea749d07dedd4a4f0511e042c7d2a6f))
7+
18
### [1.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.2...v1.0.3) (2022-04-08)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/floodsub",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",

0 commit comments

Comments
 (0)