Skip to content

Commit

Permalink
chore(release): 10.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.1](v10.0.0...v10.0.1) (2023-12-04)

### Bug Fixes

* only emit event when there are topic peers ([#129](#129)) ([dfe4fed](dfe4fed))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent dfe4fed commit 134c078
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 134c078

Please sign in to comment.