From 1c82a8b85a072618e93bf6035f04106b5301983a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 18:29:54 +0000 Subject: [PATCH] chore(release): 8.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [8.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v7.0.1...v8.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#70) ### Bug Fixes * update multiformats to v11 ([#70](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/70)) ([c157953](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/c157953b50d926d7ac1cd8c49a95f9507713d8be)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa356b9..1169965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [8.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v7.0.1...v8.0.0) (2023-01-06) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11 (#70) + +### Bug Fixes + +* update multiformats to v11 ([#70](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/70)) ([c157953](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/c157953b50d926d7ac1cd8c49a95f9507713d8be)) + ## [7.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v7.0.0...v7.0.1) (2022-12-16) diff --git a/package.json b/package.json index c910ee3..eda5691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "7.0.1", + "version": "8.0.0", "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",