From e42f7a7a87f754b62546aebaf667a071cbfd9852 Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Tue, 27 Feb 2024 10:10:23 +0000 Subject: [PATCH] chore(release): 0.21.2 [skip ci] ## [0.21.2](https://github.com/hashgraph/solo/compare/v0.21.1...v0.21.2) (2024-02-27) ### Bug Fixes * do not use solo version for fst-chart-version by default ([#67](https://github.com/hashgraph/solo/issues/67)) ([2e19906](https://github.com/hashgraph/solo/commit/2e19906652eed8c171fe407a56d20d1df2700314)) * updated to allow node client to connect to remote cluster that doesn't have a LoadBalancer ([#82](https://github.com/hashgraph/solo/issues/82)) ([6df8928](https://github.com/hashgraph/solo/commit/6df892859b2c9d1cf9899165e7dafe30c3bc22ba)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8dab28d9b..e1a9fb679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/solo", - "version": "0.21.1", + "version": "0.21.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/solo", - "version": "0.21.1", + "version": "0.21.2", "license": "Apache2.0", "os": [ "darwin", diff --git a/package.json b/package.json index 3e9bbe77a..84c2aa1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/solo", - "version": "0.21.1", + "version": "0.21.2", "description": "An opinionated CLI tool to deploy and manage private Hedera Networks.", "main": "src/index.mjs", "type": "module",