From fac54ef078a5955006a1bdc6ee13f8047c514955 Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola Date: Fri, 22 Nov 2024 21:23:20 -0500 Subject: [PATCH] Bump to v1.1.0 Signed-off-by: Sanjula Ganepola --- 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 95d550c..f3665da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-local-actions", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-local-actions", - "version": "1.0.1", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "child_process": "^1.0.2", diff --git a/package.json b/package.json index 422e76c..efbe31e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "SanjulaGanepola", "license": "Apache-2.0", - "version": "1.0.1", + "version": "1.1.0", "repository": { "url": "https://github.com/SanjulaGanepola/github-local-actions" },