From 4272e705d2d2d300982e8bbf3dff027a6c7f5eac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 May 2022 11:48:38 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] ### [5.0.4](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.3...v5.0.4) (2022-05-23) ### Bug Fixes * update deps ([#26](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/26)) ([d0bd778](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/d0bd77838cac27c2b3160cfd031f2f8288820ca4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe6610..0b6066b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [5.0.4](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.3...v5.0.4) (2022-05-23) + + +### Bug Fixes + +* update deps ([#26](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/26)) ([d0bd778](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/d0bd77838cac27c2b3160cfd031f2f8288820ca4)) + ### [5.0.3](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.2...v5.0.3) (2022-05-06) diff --git a/package.json b/package.json index 105de2d..dc0fb79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "5.0.3", + "version": "5.0.4", "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",