From 91ed06d6b262a2ca20dbff387c754bc3baf4a65b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jun 2022 18:20:35 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/libp2p/js-libp2p-components/compare/v1.0.0...v2.0.0) (2022-06-16) ### ⚠ BREAKING CHANGES * the connection and registrar APIs are updated ### Trivial Changes * update deps ([#4](https://github.com/libp2p/js-libp2p-components/issues/4)) ([3d28639](https://github.com/libp2p/js-libp2p-components/commit/3d28639429bcb208fcebbfcd916c5384280fdc7a)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830d822..206920f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/libp2p/js-libp2p-components/compare/v1.0.0...v2.0.0) (2022-06-16) + + +### ⚠ BREAKING CHANGES + +* the connection and registrar APIs are updated + +### Trivial Changes + +* update deps ([#4](https://github.com/libp2p/js-libp2p-components/issues/4)) ([3d28639](https://github.com/libp2p/js-libp2p-components/commit/3d28639429bcb208fcebbfcd916c5384280fdc7a)) + ## 1.0.0 (2022-06-14) diff --git a/package.json b/package.json index c85cfce..38b9c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "1.0.0", + "version": "2.0.0", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",