From 12a41502ba7b257597cf3e6d3b898ddfbe1a1972 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Mar 2022 16:15:32 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ### [1.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.0...v1.0.1) (2022-03-16) ### Bug Fixes * update interfaces ([#140](https://github.com/libp2p/js-libp2p-floodsub/issues/140)) ([c6f622c](https://github.com/libp2p/js-libp2p-floodsub/commit/c6f622ca73125a68a875a00417027d0f57869b26)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344eb54820..0632ff7bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.0...v1.0.1) (2022-03-16) + + +### Bug Fixes + +* update interfaces ([#140](https://github.com/libp2p/js-libp2p-floodsub/issues/140)) ([c6f622c](https://github.com/libp2p/js-libp2p-floodsub/commit/c6f622ca73125a68a875a00417027d0f57869b26)) + ## [1.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.29.1...v1.0.0) (2022-02-28) diff --git a/package.json b/package.json index 70a5ec9a74..ca950472fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "1.0.0", + "version": "1.0.1", "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",