From 7cc0d4626f20409a86b38b1cf3a59b80b5b8f648 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Aug 2022 11:33:19 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/libp2p/js-libp2p-components/compare/v2.0.3...v2.0.4) (2022-08-12) ### Dependencies * bump interface-datastore from 6.1.1 to 7.0.0 ([#13](https://github.com/libp2p/js-libp2p-components/issues/13)) ([2be24d2](https://github.com/libp2p/js-libp2p-components/commit/2be24d2189831ae933c9c148e32dca2053eca65f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6cf62..b01929b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/libp2p/js-libp2p-components/compare/v2.0.3...v2.0.4) (2022-08-12) + + +### Dependencies + +* bump interface-datastore from 6.1.1 to 7.0.0 ([#13](https://github.com/libp2p/js-libp2p-components/issues/13)) ([2be24d2](https://github.com/libp2p/js-libp2p-components/commit/2be24d2189831ae933c9c148e32dca2053eca65f)) + ## [2.0.3](https://github.com/libp2p/js-libp2p-components/compare/v2.0.2...v2.0.3) (2022-08-10) diff --git a/package.json b/package.json index 09b9ddb..80c7c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "2.0.3", + "version": "2.0.4", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",