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

Commit 328b6e9

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.1...v5.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * modules no longer implement `Initializable` instead switching to constructor injection ### Bug Fixes * remove @libp2p/components ([#192](#192)) ([9916896](9916896)), closes [libp2p/js-libp2p-components#6](libp2p/js-libp2p-components#6)
1 parent 9916896 commit 328b6e9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v4.0.1...v5.0.0) (2022-10-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* modules no longer implement `Initializable` instead switching to constructor injection
7+
8+
### Bug Fixes
9+
10+
* remove @libp2p/components ([#192](https://github.com/libp2p/js-libp2p-floodsub/issues/192)) ([9916896](https://github.com/libp2p/js-libp2p-floodsub/commit/99168964975976a9bc1a219dd055ab7096ecfc05)), closes [libp2p/js-libp2p-components#6](https://github.com/libp2p/js-libp2p-components/issues/6)
11+
112
## [4.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v4.0.0...v4.0.1) (2022-10-11)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/floodsub",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
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)