From 6bfee79b15194e405638dab579627500b1570f67 Mon Sep 17 00:00:00 2001 From: Joel Male Date: Thu, 28 Mar 2024 13:05:39 +1000 Subject: [PATCH] v2.3.0 - Cleaned up project files - Added node20 support - Dropped node16 support - Added the ability to include the github payload in the body of the webhook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ed45b60..2a7d717a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webhook-action", - "version": "2.2.0", + "version": "2.3.0", "description": "Github Webhook Action", "main": "dist/main.js", "scripts": {