From e484896ece254af378b07dcb569a930e6dd1cf44 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Apr 2022 11:21:29 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ### [1.0.5](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.4...v1.0.5) (2022-04-20) ### Bug Fixes * update interfaces ([#147](https://github.com/libp2p/js-libp2p-floodsub/issues/147)) ([c80ce05](https://github.com/libp2p/js-libp2p-floodsub/commit/c80ce05dc13f7d6c4e6fbdd7361080c721542626)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c94c5e..d71cbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.5](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.4...v1.0.5) (2022-04-20) + + +### Bug Fixes + +* update interfaces ([#147](https://github.com/libp2p/js-libp2p-floodsub/issues/147)) ([c80ce05](https://github.com/libp2p/js-libp2p-floodsub/commit/c80ce05dc13f7d6c4e6fbdd7361080c721542626)) + ### [1.0.4](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.3...v1.0.4) (2022-04-09) diff --git a/package.json b/package.json index 68f4bd9..93bc616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "1.0.4", + "version": "1.0.5", "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",