From ff2f7619b1adba497ea5ee914b2c46e7aebb8795 Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 2 Aug 2023 17:17:05 +0100 Subject: [PATCH 1/2] fix: removes *js from ignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e974217..ac32d116 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ artifacts bin bin/ -bin/*.js \ No newline at end of file From 1874fa6515b5b3ee1e372e74ac37910ae5369bab Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 2 Aug 2023 17:17:57 +0100 Subject: [PATCH 2/2] bumps version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcb1353d..ef6e4b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zksync-cli", - "version": "0.2.4", + "version": "0.2.5-beta.1", "description": "CLI tool that simplifies the process of developing applications and interacting with the zkSync Era Network", "main": "bin/index.js", "bin": {