From c408a2d5c9f5240e51e8343e1cb64358a133e4b4 Mon Sep 17 00:00:00 2001 From: Alex Perez Date: Wed, 14 Jan 2026 16:21:44 -0300 Subject: [PATCH 1/2] chore: change deployment environment to mulesoft-ubuntu in workflow configuration --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 52e4ef97..beec41cf 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -62,7 +62,7 @@ jobs: needs: - test_linux - test_win - runs-on: ubuntu-latest + runs-on: mulesoft-ubuntu permissions: contents: write steps: From 6425f8df4be9a9afb89d973d1d9f0ee2868678c9 Mon Sep 17 00:00:00 2001 From: Alex Perez Date: Wed, 14 Jan 2026 16:23:49 -0300 Subject: [PATCH 2/2] 6.6.54 --- 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 4007579f..b8637452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-console", - "version": "6.6.53", + "version": "6.6.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.53", + "version": "6.6.54", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", diff --git a/package.json b/package.json index a3551419..4d3c23b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "api-console", "description": "The API Console to automatically generate API documentation from RAML and OAS files.", - "version": "6.6.53", + "version": "6.6.54", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",