From 3d868e68f97266715aa8befbe5fadce88f75681b Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Fri, 18 Oct 2024 15:55:21 +0000 Subject: [PATCH] chore(release): 0.31.1 [skip ci] ## [0.31.1](https://github.com/hashgraph/solo/compare/v0.31.0...v0.31.1) (2024-10-18) ### Bug Fixes * increase stability in K8 copyTo, copyFrom, and execContainer by reducing backpressure ([#684](https://github.com/hashgraph/solo/issues/684)) ([2a8fc4d](https://github.com/hashgraph/solo/commit/2a8fc4d56374511b7800524c8ce23b1d75d955db)) * increase stability in resources/extract-platform.sh ([#682](https://github.com/hashgraph/solo/issues/682)) ([7be759d](https://github.com/hashgraph/solo/commit/7be759d94a98e53b4c68cf2ce7a3ee3032522255)) * increase stability in resources/support-zip.sh ([#683](https://github.com/hashgraph/solo/issues/683)) ([33fa326](https://github.com/hashgraph/solo/commit/33fa3265e3f82693ace1c513648a2554a26913eb)) * **tests:** fix failing test case and correct package.json test runs ([#672](https://github.com/hashgraph/solo/issues/672)) ([2c39105](https://github.com/hashgraph/solo/commit/2c391052629a866ab2d2a619bd4cd79a9bbfee5a)) --- 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 8ecc9fedd..dd785a75e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/solo", - "version": "0.31.0", + "version": "0.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/solo", - "version": "0.31.0", + "version": "0.31.1", "license": "Apache2.0", "os": [ "darwin", diff --git a/package.json b/package.json index 30e8b669e..6e8173a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/solo", - "version": "0.31.0", + "version": "0.31.1", "description": "An opinionated CLI tool to deploy and manage private Hedera Networks.", "main": "dist/index.js", "type": "module",