From 6c4b03ef988f562663a06774605ec5a9640f5e62 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:22:25 -0500 Subject: [PATCH 1/3] Release: v0.2.0 --- 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 e4c86687d..21fc69aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.1.17", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.10", diff --git a/package.json b/package.json index 35202216a..e614047c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.1.17", + "version": "0.2.0", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"", From 28da2e68876a0ba4f849a24832624502293c0ce2 Mon Sep 17 00:00:00 2001 From: partha saradhi Date: Wed, 17 Dec 2025 01:55:24 +0530 Subject: [PATCH 2/3] Update package-lock.json Signed-off-by: partha saradhi --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21fc69aa6..5528c943c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.2.0", + "version": "0.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.2.0", + "version": "0.1.18", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.10", From 05e91b7e884c8ba01619d484835a420810e2e05b Mon Sep 17 00:00:00 2001 From: partha saradhi Date: Wed, 17 Dec 2025 01:55:56 +0530 Subject: [PATCH 3/3] Update package.json Signed-off-by: partha saradhi --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e614047c7..c90d29a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.2.0", + "version": "0.1.18", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",