From 082ec9e88273761e34a10ab1c1c473ddf27d557b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Oct 2022 14:13:56 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/libp2p/js-libp2p-components/compare/v3.0.1...v3.1.0) (2022-10-11) ### Features * add simple getters for all components ([#21](https://github.com/libp2p/js-libp2p-components/issues/21)) ([a970f68](https://github.com/libp2p/js-libp2p-components/commit/a970f6814007f18e95049e9580c1d09e7244f935)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870ae03..f01ed75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/libp2p/js-libp2p-components/compare/v3.0.1...v3.1.0) (2022-10-11) + + +### Features + +* add simple getters for all components ([#21](https://github.com/libp2p/js-libp2p-components/issues/21)) ([a970f68](https://github.com/libp2p/js-libp2p-components/commit/a970f6814007f18e95049e9580c1d09e7244f935)) + ## [3.0.1](https://github.com/libp2p/js-libp2p-components/compare/v3.0.0...v3.0.1) (2022-10-07) diff --git a/package.json b/package.json index 22939a5..71ba6f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "3.0.1", + "version": "3.1.0", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",