From 814d69d440a8c8dcddd7698f9daa0be64e250204 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:18:45 +0000 Subject: [PATCH] 0.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33f0eb7..0bb7ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-github-action-template", - "version": "0.2.3", + "version": "0.2.4", "description": "A template to create custom GitHub Action with TypeScript/JavaScript.", "main": "dist/index.js", "types": "dist/index.d.js",