From 0fd6d4d4f8c0fa0915d15ae015f59b537afa2999 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Wed, 29 May 2024 19:25:41 +0200 Subject: [PATCH] 2.1.11 --- 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 f3908b610..c8fc0736d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.10", + "version": "2.1.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@relative-ci/agent-action", - "version": "2.1.10", + "version": "2.1.11", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 9387e131b..97f443057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@relative-ci/agent-action", - "version": "2.1.10", + "version": "2.1.11", "description": "GitHub action that sends webpack stats and build information to RelativeCI", "repository": "relative-ci/agent-action", "main": "dist/index.js",