From 92e32f68489cf7ba557f38bafcfa3c5520207010 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Mar 2023 12:24:57 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [6.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.1...v6.0.2) (2023-03-10) ### Dependencies * bump protons-runtime from 4.0.2 to 5.0.0 ([#207](https://github.com/libp2p/js-libp2p-floodsub/issues/207)) ([8e7e186](https://github.com/libp2p/js-libp2p-floodsub/commit/8e7e186f7cac515373d85f7c73aed285f273bea5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36586592b7..92357a5ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.1...v6.0.2) (2023-03-10) + + +### Dependencies + +* bump protons-runtime from 4.0.2 to 5.0.0 ([#207](https://github.com/libp2p/js-libp2p-floodsub/issues/207)) ([8e7e186](https://github.com/libp2p/js-libp2p-floodsub/commit/8e7e186f7cac515373d85f7c73aed285f273bea5)) + ## [6.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.0...v6.0.1) (2023-03-10) diff --git a/package.json b/package.json index 19a965c57a..6767f984c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "6.0.1", + "version": "6.0.2", "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",