Skip to content

Commit 7a71fff

Browse files
chore(release): 3.0.3 [skip ci]
## [3.0.3](libp2p/js-libp2p-floodsub@v3.0.2...v3.0.3) (2022-08-03) ### Dependencies * update project deps to support no-copy operations ([#169](libp2p/js-libp2p-floodsub#169)) ([6a129b7](libp2p/js-libp2p-floodsub@6a129b7))
1 parent 6a129b7 commit 7a71fff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.2...v3.0.3) (2022-08-03)
2+
3+
4+
### Dependencies
5+
6+
* update project deps to support no-copy operations ([#169](https://github.com/libp2p/js-libp2p-floodsub/issues/169)) ([6a129b7](https://github.com/libp2p/js-libp2p-floodsub/commit/6a129b7ab8ee4e9921446574aabacc23400c1e4b))
7+
18
## [3.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.1...v3.0.2) (2022-06-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/floodsub",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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)