From e8ff22d28714e7c68d5a3926dffb774960b00485 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Aug 2022 09:47:51 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/libp2p/js-libp2p-components/compare/v2.0.2...v2.0.3) (2022-08-10) ### Bug Fixes * update deps ([#12](https://github.com/libp2p/js-libp2p-components/issues/12)) ([210dab0](https://github.com/libp2p/js-libp2p-components/commit/210dab06f5d54a3e72ffaeb3cbfbf7cabe14346a)) ### Dependencies * bump @libp2p/interface-metrics from 2.0.0 to 3.0.0 ([#11](https://github.com/libp2p/js-libp2p-components/issues/11)) ([7b56244](https://github.com/libp2p/js-libp2p-components/commit/7b562449dd34991f9351b15852e89cdd2bb76e59)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4523e37..6e6cf62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.0.3](https://github.com/libp2p/js-libp2p-components/compare/v2.0.2...v2.0.3) (2022-08-10) + + +### Bug Fixes + +* update deps ([#12](https://github.com/libp2p/js-libp2p-components/issues/12)) ([210dab0](https://github.com/libp2p/js-libp2p-components/commit/210dab06f5d54a3e72ffaeb3cbfbf7cabe14346a)) + + +### Dependencies + +* bump @libp2p/interface-metrics from 2.0.0 to 3.0.0 ([#11](https://github.com/libp2p/js-libp2p-components/issues/11)) ([7b56244](https://github.com/libp2p/js-libp2p-components/commit/7b562449dd34991f9351b15852e89cdd2bb76e59)) + ## [2.0.2](https://github.com/libp2p/js-libp2p-components/compare/v2.0.1...v2.0.2) (2022-08-03) diff --git a/package.json b/package.json index 9d0bf61..6720446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "2.0.2", + "version": "2.0.3", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",