Skip to content

Commit

Permalink
chore(release): 0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.22.0](v0.21.2...v0.22.0) (2024-03-08)

### Features

* **cli:** allow user to set jvm options for Hedera nodes ([#84](#84)) ([22ff35d](22ff35d))
* download helm binary based on os and platform architecture ([#128](#128)) ([e64e9a2](e64e9a2))

### Bug Fixes

* do checksum check after downloading platform zip file ([#125](#125)) ([3d91617](3d91617))
* updated incorrect log messages ([#132](#132)) ([d890974](d890974))

### Performance Improvements

* enhance account key update logic to batch transactions instead of loading all with sleep ([#105](#105)) ([e4bd1ef](e4bd1ef))
  • Loading branch information
swirlds-automation committed Mar 8, 2024
1 parent 1226817 commit d7c3b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/solo",
"version": "0.21.2",
"version": "0.22.0",
"description": "An opinionated CLI tool to deploy and manage private Hedera Networks.",
"main": "src/index.mjs",
"type": "module",
Expand Down

0 comments on commit d7c3b47

Please sign in to comment.