From 6a11b7d7fdd6670554fba1e1a40750daa33032d7 Mon Sep 17 00:00:00 2001 From: Vio Date: Thu, 12 Oct 2023 17:59:36 +0200 Subject: [PATCH] 2.1.10 --- 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 54f756306..dd54ea424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@relative-ci/agent-action", - "version": "2.1.9", + "version": "2.1.10", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 1612349ba..98bddc6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.9", + "version": "2.1.10", "description": "GitHub action that sends webpack stats and build information to RelativeCI", "repository": "relative-ci/agent-action", "main": "dist/index.js",