From 25f79e676e7ea1868813e21465014798211fad8c Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Fri, 23 Feb 2024 08:13:38 +0100 Subject: [PATCH] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63ddde4..6e85e78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-changed-files", "description": "GitHub action that gets all changed files in a pull request or push.", - "version": "2.2.0", + "version": "2.3.0", "private": true, "author": "Jitterbit, Inc.", "license": "MIT",