From e9175ba624c679ec15a2406ef137492d79d20d58 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Mar 2023 13:54:03 +0000 Subject: [PATCH] chore(release): 8.0.2 [skip ci] ## [8.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.1...v8.0.2) (2023-03-21) ### Dependencies * bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#87](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/87)) ([31ce222](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/31ce2224a6d060517f1b6ce7677a625af6b5eb78)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae52f81..47223fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.1...v8.0.2) (2023-03-21) + + +### Dependencies + +* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#87](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/87)) ([31ce222](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/31ce2224a6d060517f1b6ce7677a625af6b5eb78)) + ## [8.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.0...v8.0.1) (2023-03-20) diff --git a/package.json b/package.json index e2e1bed..61729b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "8.0.1", + "version": "8.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",