From dfdeaa6b8bf2c70bd807fff8494aa277e679e204 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 28 Aug 2026 17:55:26 +0000 Subject: [PATCH] 4.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A no-op patch release. The published 4.0.0 tarball carries a README from before the npm badge and the Releasing section were added, and npm renders the package page from the tarball, so the page is 34 lines behind the repository. Publishing 4.0.1 syncs it. The shipped code is byte-identical to 4.0.0 — verified by diffing the published tarball against master — so this also exercises the new release workflow on a change where nothing can regress. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QJR2DDBimsijgYgZS3bUS8 --- 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 ae6956e..0a4fd01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shadowbox-keys", - "version": "2.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shadowbox-keys", - "version": "2.0.0", + "version": "4.0.1", "dependencies": { "qrcode-terminal": "^0.12.0" }, diff --git a/package.json b/package.json index 3ac22c5..c758930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadowtools", - "version": "4.0.0", + "version": "4.0.1", "description": "Manage Outline VPN (Shadowbox) access keys from the command line or from code: list, create, rename, delete, set data limits, report usage and print QR codes", "license": "MIT", "main": "index.js",