From 8904fcc7fe91d660391ddf2a1d9fbf9ed31948da Mon Sep 17 00:00:00 2001 From: alexp mule Date: Wed, 26 Aug 2026 15:55:47 -0300 Subject: [PATCH] chore: release v6.6.69 (re-cut of 6.6.68 for a clean npm publish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.6.68 (PR #911) merged and tagged but never reached npm: the release workflow creates the GitHub release before running npm publish, so once tag v6.6.68 existed a re-run always failed at the release step and skipped the publish. Cutting a fresh version lets the publish job run. Content is identical to 6.6.68 — api-method-documentation 5.2.34 is already in the lockfile via #911; this is a version bump only. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 b727b0b5..dc2e8083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-console", - "version": "6.6.68", + "version": "6.6.69", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.68", + "version": "6.6.69", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", diff --git a/package.json b/package.json index e59cb6e4..fdf9d0fb 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.68", + "version": "6.6.69", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",