From 0749de94ddb13d751e536d5dec45a64f188e34c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Oct 2022 15:52:43 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf67c5..c6716d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ea5ed5d..a09543f 100644 --- a/package.json +++ b/package.json @@ -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",