From 2e49784eea7a21a4ff1cf87531f72eafac99a0dd Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 9 Nov 2024 19:51:21 +0000 Subject: [PATCH] =?UTF-8?q?Release=202.4.2=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 267c8820..7e27774b 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.1", + "version": "2.4.2", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts",