From 0e061a6e3ac848299310b6429b60d67cafd4e7f8 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 15 Mar 2024 08:29:53 +0100 Subject: [PATCH] 0.5.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 2909a51..b5aef90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@yuzutech/annotations-action", - "version": "0.1.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@yuzutech/annotations-action", - "version": "0.1.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@actions/core": "1.6.0", diff --git a/package.json b/package.json index 3fd2b32..6c4b89f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yuzutech/annotations-action", - "version": "0.1.0", + "version": "0.5.0", "description": "GitHub action that creates annotations from a JSON file", "main": "index.js", "scripts": {