From 2800def28c393e55ef3d385f6943f84f2d7690f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 19:02:40 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [7.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.2...v7.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * modules no longer implement `Initializable` instead switching to constructor injection ### Bug Fixes * remove @libp2p/components ([#60](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/60)) ([35336fb](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/35336fb409592f2d5a96b5b2864ba8d27d80b0b7)), closes [libp2p/js-libp2p-components#6](https://github.com/libp2p/js-libp2p-components/issues/6) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([0072812](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/0072812dd5a10bac6433c875a5d44082e82408f6)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e21e7d..a163926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [7.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.2...v7.0.0) (2022-10-12) + + +### ⚠ BREAKING CHANGES + +* modules no longer implement `Initializable` instead switching to constructor injection + +### Bug Fixes + +* remove @libp2p/components ([#60](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/60)) ([35336fb](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/35336fb409592f2d5a96b5b2864ba8d27d80b0b7)), closes [libp2p/js-libp2p-components#6](https://github.com/libp2p/js-libp2p-components/issues/6) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([0072812](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/0072812dd5a10bac6433c875a5d44082e82408f6)) + ## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.1...v6.0.2) (2022-08-31) diff --git a/package.json b/package.json index 59925ac..e49b85e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "6.0.2", + "version": "7.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",