From d5acbe3721b20bd084cb6de31eeb9e7440d0b0d5 Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Mon, 26 Aug 2024 14:57:21 +0000 Subject: [PATCH] chore(release): 0.28.0 [skip ci] ## [0.28.0](https://github.com/hashgraph/solo/compare/v0.27.0...v0.28.0) (2024-08-26) ### Features * add freeze account ([#436](https://github.com/hashgraph/solo/issues/436)) ([8fe5a41](https://github.com/hashgraph/solo/commit/8fe5a41bcccd2d77af3f5592b4e021e9ef4f13d5)) * enhance node add to work with staking and dynamic address book ([#469](https://github.com/hashgraph/solo/issues/469)) ([b452599](https://github.com/hashgraph/solo/commit/b452599e08fbd9a7827b11307fce2d137a6d6157)) * use k8s configMaps to mount files during solo network deploy ([#345](https://github.com/hashgraph/solo/issues/345)) ([af27f16](https://github.com/hashgraph/solo/commit/af27f16c0f54608dd16805f3156d1a5e55e631e3)) ### Bug Fixes * hugo jsdoc failure ([#498](https://github.com/hashgraph/solo/issues/498)) ([ff07413](https://github.com/hashgraph/solo/commit/ff07413fef7dcba6d0dc2835ce1973885dae80d6)) * reduce number of account used e2e init account test ([#477](https://github.com/hashgraph/solo/issues/477)) ([51d7ade](https://github.com/hashgraph/solo/commit/51d7adea9e726e4fd367fe880124b6558c5541eb)) * Resolve various problems to enable tests from local-node and smart-contracts to run agains solo network ([#402](https://github.com/hashgraph/solo/issues/402)) ([c99d881](https://github.com/hashgraph/solo/commit/c99d88115310d0e19406eac52f2bbd0bc9a9c57f)) * use path.join instead of forward slashes to support Windows ([#491](https://github.com/hashgraph/solo/issues/491)) ([82a5053](https://github.com/hashgraph/solo/commit/82a5053d5b9e487d4329449dade4582768234626)) --- 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 4f43a8800..a02e60282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/solo", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/solo", - "version": "0.27.0", + "version": "0.28.0", "license": "Apache2.0", "os": [ "darwin", diff --git a/package.json b/package.json index df37f8cdb..102a0f586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/solo", - "version": "0.27.0", + "version": "0.28.0", "description": "An opinionated CLI tool to deploy and manage private Hedera Networks.", "main": "src/index.mjs", "type": "module",