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

Commit 0749de9

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.7...v4.0.0) (2022-10-07) ### ⚠ BREAKING CHANGES * update all deps to the latest versions (#187) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([140a356](140a356)) ### Dependencies * update all deps to the latest versions ([#187](#187)) ([a62018d](a62018d))
1 parent a62018d commit 0749de9

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+
## [4.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.7...v4.0.0) (2022-10-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update all deps to the latest versions (#187)
7+
8+
### Trivial Changes
9+
10+
* Update .github/workflows/stale.yml [skip ci] ([140a356](https://github.com/libp2p/js-libp2p-floodsub/commit/140a35651f38d2f97aaeb0dda530155572e8384f))
11+
12+
13+
### Dependencies
14+
15+
* update all deps to the latest versions ([#187](https://github.com/libp2p/js-libp2p-floodsub/issues/187)) ([a62018d](https://github.com/libp2p/js-libp2p-floodsub/commit/a62018d334984115e1e4e6aa327639005a74a400))
16+
117
## [3.0.7](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.6...v3.0.7) (2022-09-07)
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": "3.0.7",
3+
"version": "4.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)