From 3fe74d7fc6efa4a7a7b92443797877d8afc37e9e Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:18:09 -0400 Subject: [PATCH] Release: v1.1.3 --- 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 87845b2..d8f6956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-vertexai-notebook", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-vertexai-notebook", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0", "engines": { "node": "20.x", diff --git a/package.json b/package.json index 1a27eb9..843b0a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-vertexai-notebook", - "version": "1.1.2", + "version": "1.1.3", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",