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

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 7, 2022
1 parent a62018d commit 0749de9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/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](https://github.com/libp2p/js-libp2p-floodsub/commit/140a35651f38d2f97aaeb0dda530155572e8384f))


### Dependencies

* 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))

## [3.0.7](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.6...v3.0.7) (2022-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/floodsub",
"version": "3.0.7",
"version": "4.0.0",
"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).",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
Expand Down

0 comments on commit 0749de9

Please sign in to comment.