From cdcf5721ae3bb621f581661cfe9aa03397b30ab1 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:13:29 -0500 Subject: [PATCH] Release: v1.1.1 (#36) ## What's Changed * Update deps by @sethvargo in https://github.com/google-github-actions/run-vertexai-notebook/pull/35 **Full Changelog**: https://github.com/google-github-actions/run-vertexai-notebook/compare/v1.1.0...v1.1.1 --- 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 bbcead9..73df732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-vertexai-notebook", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-vertexai-notebook", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 6c9a8a7..9b1a170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-vertexai-notebook", - "version": "1.1.0", + "version": "1.1.1", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",