From 6846d079e330b25e1aac274367d5cc57ae32acb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Sep 2023 09:55:55 +0000 Subject: [PATCH] chore(release): 9.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [9.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.6...v9.0.0) (2023-09-18) ### ⚠ BREAKING CHANGES * update to latest libp2p@0.45.x deps (#111) ### Dependencies * update to latest libp2p@0.45.x deps ([#111](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/111)) ([d54009b](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/d54009ba13632df7f74725daaeabd9f46a88ddb1)), closes [#98](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/98) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045cefc..6c93ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [9.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.6...v9.0.0) (2023-09-18) + + +### ⚠ BREAKING CHANGES + +* update to latest libp2p@0.45.x deps (#111) + +### Dependencies + +* update to latest libp2p@0.45.x deps ([#111](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/111)) ([d54009b](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/d54009ba13632df7f74725daaeabd9f46a88ddb1)), closes [#98](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/98) + ## [8.0.6](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.5...v8.0.6) (2023-09-18) diff --git a/package.json b/package.json index ca91f9c..ab46656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "8.0.6", + "version": "9.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",