diff --git a/CHANGELOG.md b/CHANGELOG.md index 3658659..92357a5 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 19a965c..6767f98 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",