From 7e226c542c77cd2b95677fc87a994bc94c490c9a Mon Sep 17 00:00:00 2001 From: georgi-l95 Date: Tue, 31 Jan 2023 17:15:29 +0200 Subject: [PATCH] Release 2.4.5 (#263) Signed-off-by: georgi-l95 --- 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 856f9c8b..c3a3cedd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/hedera-local", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hashgraph/hedera-local", - "version": "2.4.4", + "version": "2.4.5", "license": "Apache-2.0", "dependencies": { "@hashgraph/hethers": "^1.2.5", diff --git a/package.json b/package.json index 8a998e6e..303e9e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-local", - "version": "2.4.4", + "version": "2.4.5", "description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).", "homepage": "https://github.com/hashgraph/hedera-local-node", "repository": "github.com:hashgraph/hedera-local-node",