From 33a638112e88151f72119cae5c05bf9ab73f23dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 13:53:09 +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-bootstrap/compare/v6.0.3...v7.0.0) (2023-04-24) ### ⚠ BREAKING CHANGES * bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 (#171) ### Dependencies * bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 ([#171](https://github.com/libp2p/js-libp2p-bootstrap/issues/171)) ([9f36bb2](https://github.com/libp2p/js-libp2p-bootstrap/commit/9f36bb2d1f966b46d73b50a590f0141894ef511f)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae2f6b..e56207c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.0.0](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.3...v7.0.0) (2023-04-24) + + +### ⚠ BREAKING CHANGES + +* bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 (#171) + +### Dependencies + +* bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 ([#171](https://github.com/libp2p/js-libp2p-bootstrap/issues/171)) ([9f36bb2](https://github.com/libp2p/js-libp2p-bootstrap/commit/9f36bb2d1f966b46d73b50a590f0141894ef511f)) + ## [6.0.3](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.2...v6.0.3) (2023-03-20) diff --git a/package.json b/package.json index ca57e2a..d0a5887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/bootstrap", - "version": "6.0.3", + "version": "7.0.0", "description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-bootstrap#readme",