diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a3e3f..93aec92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v10.0.0...v10.0.1) (2023-12-04) + + +### Bug Fixes + +* only emit event when there are topic peers ([#129](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/129)) ([dfe4fed](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/dfe4fedfb7a1598e684dae51dbe8446980797765)) + ## [10.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v9.0.2...v10.0.0) (2023-12-04) diff --git a/package.json b/package.json index 8e0b83b..87e4d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "10.0.0", + "version": "10.0.1", "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",