From db447efb5c73f739867b18ef8bb49b62ae722ac5 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 6 Aug 2026 05:19:47 +0000 Subject: [PATCH] chore(release): v0.24.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch: nothing that ships changed. The only commit since v0.24.2 is the switch back to trusted publishing (#309), and .github is not in the package's `files`. Cut to prove that switch. Nothing in the repository can check whether the trusted publisher is registered on npmjs.com — the registry does not expose it — and a dispatch run cannot reach the publish while 0.24.2 is the current version. A release is the only thing that exercises the OIDC exchange. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9472eee..3342692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moshcode", - "version": "0.24.2", + "version": "0.24.3", "type": "module", "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "repository": {