From 85ffe2d16d9864a5adfdac6cc6317741dd9371b5 Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Wed, 8 Jul 2026 21:36:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=201.3.14=20npm=20=E8=A3=9C?= =?UTF-8?q?=E7=99=BC=E2=80=94=E2=80=94=E5=B0=8D=E9=BD=8A=20main=EF=BC=88ex?= =?UTF-8?q?posure=20=E9=96=98=E5=B7=B2=E7=A7=BB=E9=99=A4/creds=20=E6=96=B0?= =?UTF-8?q?=E8=A1=8C=E7=82=BA=EF=BC=89=EF=BC=8C=E6=B2=BB=20npm=20drift=20?= =?UTF-8?q?=E5=85=A9=E6=AC=A1=E8=AA=A4=E5=88=A4=E6=A0=B9=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- cli/CHANGELOG.md | 3 +++ cli/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 520c7d2..3c5554b 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,8 @@ # arcrun CLI Changelog +## 1.3.14 — 2026-07-08 +- 補發:npm 1.3.13 落後 main 近一個月(含已移除的 exposure-warning 閘、舊版 creds push)——已造成兩次 AI 誤判(creds push encryption_key、acr push 假人類閘),本版對齊 main(credential 遷移後行為、閘移除、Gitea archive 下載源等) + ## 1.3.13 — 2026-06-24 - Merge: fix self-hosted KBDB_BASE_URL injection (issue #2) diff --git a/cli/package.json b/cli/package.json index 682c800..365cd62 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "arcrun", - "version": "1.3.13", + "version": "1.3.14", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "bin": { "acr": "dist/index.js"