Skip to content

Commit 1152198

Browse files
chore(release): 6.0.1 [skip ci]
## [6.0.1](libp2p/js-libp2p-floodsub@v6.0.0...v6.0.1) (2023-03-10) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([258b856](libp2p/js-libp2p-floodsub@258b856)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([3e5da6a](libp2p/js-libp2p-floodsub@3e5da6a)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([cac8712](libp2p/js-libp2p-floodsub@cac8712)) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.7 ([#215](libp2p/js-libp2p-floodsub#215)) ([8a8b243](libp2p/js-libp2p-floodsub@8a8b243))
1 parent 8a8b243 commit 1152198

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [6.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.0...v6.0.1) (2023-03-10)
2+
3+
4+
### Trivial Changes
5+
6+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([258b856](https://github.com/libp2p/js-libp2p-floodsub/commit/258b856897c2f1db052dcdf5b29a7bbd650de673))
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([3e5da6a](https://github.com/libp2p/js-libp2p-floodsub/commit/3e5da6ac7fb17a064125b21ea4e7a3d313b58800))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([cac8712](https://github.com/libp2p/js-libp2p-floodsub/commit/cac87120e169818febb02df4552562383f8557ea))
9+
10+
11+
### Dependencies
12+
13+
* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#215](https://github.com/libp2p/js-libp2p-floodsub/issues/215)) ([8a8b243](https://github.com/libp2p/js-libp2p-floodsub/commit/8a8b243210d6c66eb03bcfbd700f434c8bd86810))
14+
115
## [6.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v5.0.0...v6.0.0) (2023-01-06)
216

317

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": "6.0.0",
3+
"version": "6.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)