diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index b1646a5..520c7d2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,9 @@ # arcrun CLI Changelog +## 1.3.13 — 2026-06-24 +- Merge: fix self-hosted KBDB_BASE_URL injection (issue #2) + + ## 1.3.12 — 2026-06-15 - fix(kbdb): cypher proxy 補 /kbdb/entries CRUD + report_feedback 改打 /entries diff --git a/cli/package-lock.json b/cli/package-lock.json index db4bb78..7d44afd 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcrun", - "version": "1.3.12", + "version": "1.3.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcrun", - "version": "1.3.12", + "version": "1.3.13", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/cli/package.json b/cli/package.json index 961e37e..1630ab3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "arcrun", - "version": "1.3.12", + "version": "1.3.13", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "bin": { "acr": "dist/index.js"