Bump to v1.1.1

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-24 23:05:43 -05:00
parent 76ad59a213
commit 092a9426bc
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "github-local-actions", "name": "github-local-actions",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "github-local-actions", "name": "github-local-actions",
"version": "1.1.0", "version": "1.1.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"child_process": "^1.0.2", "child_process": "^1.0.2",

View File

@@ -9,7 +9,7 @@
}, },
"publisher": "SanjulaGanepola", "publisher": "SanjulaGanepola",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.1.0", "version": "1.1.1",
"repository": { "repository": {
"url": "https://github.com/SanjulaGanepola/github-local-actions" "url": "https://github.com/SanjulaGanepola/github-local-actions"
}, },