From ba13968f2a0d09757685b0685441cde329806afa Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Mon, 5 Aug 2024 23:31:48 +0200 Subject: [PATCH] 2.1.12 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbdccb9f7..f4c287dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@relative-ci/agent-action", - "version": "2.1.11", + "version": "2.1.12", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index ce9c48877..3d4afa63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.11", + "version": "2.1.12", "description": "GitHub action that sends webpack stats and build information to RelativeCI", "repository": "relative-ci/agent-action", "main": "dist/index.js",