From 9f5df0bfc8933ffdc68b0d471950a253e554212b Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Jul 2024 16:32:06 +0000 Subject: [PATCH] =?UTF-8?q?Release=202.4.1=20=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8766afb0..9e4d8ec3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jamesives/fetch-api-data-action", "description": "GitHub action for handling authenticated API requests, allowing you to save the data from the request into your workspace as an environment variable and a .json file.", "author": "James Ives (https://jamesiv.es)", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts",