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

Commit 3631ad4

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2022-10-11) ### Dependencies * update @libp2p/interface-pubsub to 3.0.0 ([#188](#188)) ([205686f](205686f))
1 parent 205686f commit 3631ad4

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+
## [4.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v4.0.0...v4.0.1) (2022-10-11)
2+
3+
4+
### Dependencies
5+
6+
* update @libp2p/interface-pubsub to 3.0.0 ([#188](https://github.com/libp2p/js-libp2p-floodsub/issues/188)) ([205686f](https://github.com/libp2p/js-libp2p-floodsub/commit/205686f6a665054e4e08c3595f64c468c8b9936f))
7+
18
## [4.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.7...v4.0.0) (2022-10-07)
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": "4.0.0",
3+
"version": "4.0.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
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",

0 commit comments

Comments
 (0)