Skip to content

Commit c5df558

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](libp2p/js-libp2p-floodsub@v5.0.0...v6.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#204) ### Bug Fixes * update multiformats to v11 ([#204](libp2p/js-libp2p-floodsub#204)) ([8a5c994](libp2p/js-libp2p-floodsub@8a5c994)) ### Documentation * update readme ([3bb5712](libp2p/js-libp2p-floodsub@3bb5712))
1 parent 3bb5712 commit c5df558

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [6.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v5.0.0...v6.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update multiformats to v11 (#204)
7+
8+
### Bug Fixes
9+
10+
* update multiformats to v11 ([#204](https://github.com/libp2p/js-libp2p-floodsub/issues/204)) ([8a5c994](https://github.com/libp2p/js-libp2p-floodsub/commit/8a5c994daea9c36e5dc184ed0e9ee47ef4ce7a59))
11+
12+
13+
### Documentation
14+
15+
* update readme ([3bb5712](https://github.com/libp2p/js-libp2p-floodsub/commit/3bb5712d05c03c7b2ec97898d555063a27ff0ca4))
16+
117
## [5.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v4.0.1...v5.0.0) (2022-10-12)
218

319

package.json

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