From 5fa0192b65b1547ae8ef954b44de6b9b20b7ccdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Apr 2023 15:13:34 +0000 Subject: [PATCH] chore(release): 8.0.3 [skip ci] ## [8.0.3](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.2...v8.0.3) (2023-04-19) ### Dependencies * bump @libp2p/interface-pubsub from 3.0.7 to 4.0.0 ([#90](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/90)) ([412b338](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/412b338eb4ddf3d88c1210f10f918b24bbd490fc)) * bump protons-runtime from 4.0.2 to 5.0.0 ([#72](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/72)) ([e75d936](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/e75d936c45e6e6e875eddace0b636943c3c87520)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47223fe..ba2f018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.0.3](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.2...v8.0.3) (2023-04-19) + + +### Dependencies + +* bump @libp2p/interface-pubsub from 3.0.7 to 4.0.0 ([#90](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/90)) ([412b338](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/412b338eb4ddf3d88c1210f10f918b24bbd490fc)) +* bump protons-runtime from 4.0.2 to 5.0.0 ([#72](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/72)) ([e75d936](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/e75d936c45e6e6e875eddace0b636943c3c87520)) + ## [8.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.1...v8.0.2) (2023-03-21) diff --git a/package.json b/package.json index 36b2b28..4ed22c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "8.0.2", + "version": "8.0.3", "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",