From 0d114004660fc6ff1477f11ac0ebb19b74ff9c3e Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Fri, 4 Oct 2024 16:31:41 +0000 Subject: [PATCH] chore(release): 0.31.0 [skip ci] ## [0.31.0](https://github.com/hashgraph/solo/compare/v0.30.1...v0.31.0) (2024-10-04) ### Features * Add '--mirror-node-version' flag to override default mirror node version ([#616](https://github.com/hashgraph/solo/issues/616)) ([e4932c4](https://github.com/hashgraph/solo/commit/e4932c410d4500e82020de951dd0c7d7cafb618b)) * add quiet flag ([#621](https://github.com/hashgraph/solo/issues/621)) ([b068c8f](https://github.com/hashgraph/solo/commit/b068c8f2b16468938f221a8a335b774a294ca1b3)) * convert hugo docs workflow calls to use Taskfile task ([#642](https://github.com/hashgraph/solo/issues/642)) ([ae8d8bb](https://github.com/hashgraph/solo/commit/ae8d8bbdabf8f7583b670e65b9b23f4701aef296)) * ensured user-provided values file takes precedence over solo-generated values ([#615](https://github.com/hashgraph/solo/issues/615)) ([1b0ffc9](https://github.com/hashgraph/solo/commit/1b0ffc9a18a6c023396edc97cc8f58a691828fb1)) * **logging:** Add the new custom process output class and inject it into the default list renderer options ([#622](https://github.com/hashgraph/solo/issues/622)) ([efa1783](https://github.com/hashgraph/solo/commit/efa178325d36085e2e4428c234a158415fa79a0d)) * separate commands for solo node delete ([#597](https://github.com/hashgraph/solo/issues/597)) ([b251276](https://github.com/hashgraph/solo/commit/b251276832fd2794e1f2a6d4d7e11f243e02043e)) * Separate network upgrade and freeze from node update/add/delete command ([#628](https://github.com/hashgraph/solo/issues/628)) ([9b17937](https://github.com/hashgraph/solo/commit/9b179372fb61e865643d5925c46688299cd6bf28)) ### Bug Fixes * Direct calling of node stop and start commands ([#636](https://github.com/hashgraph/solo/issues/636)) ([7749b04](https://github.com/hashgraph/solo/commit/7749b04ae5869a8b866b339fb98503ec72fdab43)) * **docs:** resolve issues due to npx in taskfile for the custom-network-config example ([038e6df](https://github.com/hashgraph/solo/commit/038e6df2a624d2520a69cbf9f1e0b96a445cc0d5)) * jsdoc failed but ci job not failed ([#608](https://github.com/hashgraph/solo/issues/608)) ([3f838f6](https://github.com/hashgraph/solo/commit/3f838f6d355c633adeb1680fdfe030ee95e0445f)) * specify jvm env variables explicitly for local profile ([#405](https://github.com/hashgraph/solo/issues/405)) ([3db7e08](https://github.com/hashgraph/solo/commit/3db7e08d433e24141049ea6ccfe1e2c5870a0e55)) * **tests:** start Kind cluster on demand if not having a kube config errors ([#624](https://github.com/hashgraph/solo/issues/624)) ([538e40d](https://github.com/hashgraph/solo/commit/538e40da67b29da772a0710c32b12e87e2f81b66)) * upgrade eslint config away from abandoned plugin ([#643](https://github.com/hashgraph/solo/issues/643)) ([84d3dc5](https://github.com/hashgraph/solo/commit/84d3dc50f19d936b30759cc3dba095669583351a)) --- 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 a74f57782..6137ddba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/solo", - "version": "0.30.1", + "version": "0.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/solo", - "version": "0.30.1", + "version": "0.31.0", "license": "Apache2.0", "os": [ "darwin", diff --git a/package.json b/package.json index 83000878c..347ece10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/solo", - "version": "0.30.1", + "version": "0.31.0", "description": "An opinionated CLI tool to deploy and manage private Hedera Networks.", "main": "src/index.mjs", "type": "module",