diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfbc9a..6e21e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.1...v6.0.2) (2022-08-31) + + +### Bug Fixes + +* peers were not published on pubsub, updated dependencies ([#49](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/49)) ([a4b9a69](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/a4b9a699dc4920f3b2b0475e24ae2fc4d4db6a40)) + ## [6.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.0...v6.0.1) (2022-08-03) diff --git a/package.json b/package.json index 8900a0a..0745a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "6.0.1", + "version": "6.0.2", "description": "A libp2p module that uses pubsub for mdns like peer discovery", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-pubsub-peer-discovery#readme",