From 427bdd376498a86f0729bbe50dc0b6b2093ae35e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Sep 2022 17:31:00 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/libp2p/js-libp2p-components/compare/v2.1.0...v2.1.1) (2022-09-30) ### Bug Fixes * set dialer in constructor if passed ([#17](https://github.com/libp2p/js-libp2p-components/issues/17)) ([d9ca145](https://github.com/libp2p/js-libp2p-components/commit/d9ca145ed5bd8837cb106253c3819aec4077591a)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([c9f66bf](https://github.com/libp2p/js-libp2p-components/commit/c9f66bf8b7808697e9befdaacc8fe2b589f82c91)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7759a7c..583c420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.1.1](https://github.com/libp2p/js-libp2p-components/compare/v2.1.0...v2.1.1) (2022-09-30) + + +### Bug Fixes + +* set dialer in constructor if passed ([#17](https://github.com/libp2p/js-libp2p-components/issues/17)) ([d9ca145](https://github.com/libp2p/js-libp2p-components/commit/d9ca145ed5bd8837cb106253c3819aec4077591a)) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([c9f66bf](https://github.com/libp2p/js-libp2p-components/commit/c9f66bf8b7808697e9befdaacc8fe2b589f82c91)) + ## [2.1.0](https://github.com/libp2p/js-libp2p-components/compare/v2.0.4...v2.1.0) (2022-09-09) diff --git a/package.json b/package.json index ca1c929..11d8bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "2.1.0", + "version": "2.1.1", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",