From 7a71fffb519e34ed7257fd59c35054612bdbd3d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Aug 2022 10:18:09 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.2...v3.0.3) (2022-08-03) ### Dependencies * update project deps to support no-copy operations ([#169](https://github.com/libp2p/js-libp2p-floodsub/issues/169)) ([6a129b7](https://github.com/libp2p/js-libp2p-floodsub/commit/6a129b7ab8ee4e9921446574aabacc23400c1e4b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d4029630..a1d25152a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.2...v3.0.3) (2022-08-03) + + +### Dependencies + +* update project deps to support no-copy operations ([#169](https://github.com/libp2p/js-libp2p-floodsub/issues/169)) ([6a129b7](https://github.com/libp2p/js-libp2p-floodsub/commit/6a129b7ab8ee4e9921446574aabacc23400c1e4b)) + ## [3.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.1...v3.0.2) (2022-06-30) diff --git a/package.json b/package.json index b5d524db5e..c4e935e742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "3.0.2", + "version": "3.0.3", "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",