From dc574d0be594adee12ba1d0e2d9f8025ae30a335 Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Sat, 2 Mar 2024 00:38:03 +0000 Subject: [PATCH] chore(release): 0.1.0 [skip ci] ## [0.1.0](https://github.com/hashgraph/hedera-cli/compare/v0.0.0...v0.1.0) (2024-03-02) ### Features * **ci:** add release workflow ([#273](https://github.com/hashgraph/hedera-cli/issues/273)) ([46abfcf](https://github.com/hashgraph/hedera-cli/commit/46abfcf3a8071da7c7a452a6b94b4bc5adcb9293)) * enable Codacy configuration as code support and public npm package publishing ([#275](https://github.com/hashgraph/hedera-cli/issues/275)) ([4a3d23b](https://github.com/hashgraph/hedera-cli/commit/4a3d23b0168faea79e34dea19ee7bbf9d5cd2fc7)) --- 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 887f5ee2..42224550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hedera-cli", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hedera-cli", - "version": "1.0.0", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@hashgraph/sdk": "^2.42.0", diff --git a/package.json b/package.json index 367a33e3..5b82ebf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-cli", - "version": "0.0.0", + "version": "0.1.0", "description": "CLI tool to manage and setup developer environments for Hedera Hashgraph.", "main": "hedera-cli.js", "target": "esnext",