From db73766c2f62800ba6f4b7b22495b0c94eaffb53 Mon Sep 17 00:00:00 2001 From: Vio Date: Thu, 6 Oct 2022 19:09:23 +0200 Subject: [PATCH] 2.1.2 --- 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 d4ea1f952..7711f3e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@relative-ci/agent-action", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index c4af54e7d..b87899717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.1", + "version": "2.1.2", "description": "GitHub action that sends webpack stats and build information to RelativeCI", "repository": "relative-ci/agent-action", "main": "dist/index.js",