From f336fb2fcaeb475f14d0d4561eab590e0925f06b Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Sat, 13 Jun 2026 13:40:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20cli=201.3.7=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=AA=94=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/CHANGELOG.md | 4 ++++ cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4aafece..9404b88 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,9 @@ # arcrun CLI Changelog +## 1.3.7 — 2026-06-13 +- feat(self-hosted): acr update 內容指紋跳過未變動 worker(22 個沒變的不再白跑)+ --force 強制全部重部 + + ## 1.3.6 — 2026-06-12 - fix(self-hosted): acr update 10/23 部署失敗根因——pnpm 目錄補 commit pnpm-workspace.yaml(ERR_PNPM_IGNORED_BUILDS)+ CLI 失敗帶 stderr 尾段 diff --git a/cli/package-lock.json b/cli/package-lock.json index f6a2a17..3e0364d 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcrun", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcrun", - "version": "1.3.6", + "version": "1.3.7", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/cli/package.json b/cli/package.json index d47f805..e4baab8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "arcrun", - "version": "1.3.6", + "version": "1.3.7", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "bin": { "acr": "dist/index.js"