From fca60455887f4760f5deb6949d0466ea4b543934 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Apr 2022 18:09:16 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ### [1.0.6](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.5...v1.0.6) (2022-04-22) ### Bug Fixes * update interfaces to latest version ([#148](https://github.com/libp2p/js-libp2p-floodsub/issues/148)) ([d7444be](https://github.com/libp2p/js-libp2p-floodsub/commit/d7444be89c8b67c1d8c21a657406c48288a8cffd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d71cbb5..f67cd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.6](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.5...v1.0.6) (2022-04-22) + + +### Bug Fixes + +* update interfaces to latest version ([#148](https://github.com/libp2p/js-libp2p-floodsub/issues/148)) ([d7444be](https://github.com/libp2p/js-libp2p-floodsub/commit/d7444be89c8b67c1d8c21a657406c48288a8cffd)) + ### [1.0.5](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.4...v1.0.5) (2022-04-20) diff --git a/package.json b/package.json index 93e113a..08f82de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "1.0.5", + "version": "1.0.6", "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",