From d9c39ebcd8d985e99f5fad34b2a14e66ae45805d Mon Sep 17 00:00:00 2001 From: Ivan Cheung Date: Tue, 23 Jun 2026 05:45:17 +0000 Subject: [PATCH] chore(cli): release @ivanmkc/termchart 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump CLI to 0.6.0 (published to npm). Covers features merged since 0.5.0: reusable diagram templates (#179), severity-tiered geometry lint + --strict (#164), agent↔human console two-way read-awareness (#125), inbox --follow (#135). Syncs the hardcoded VERSION in cli.ts with package.json so `termchart --version` reports 0.6.0. --- package-lock.json | 2 +- packages/cli/package.json | 2 +- packages/cli/src/cli.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef319a5..7890afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3436,7 +3436,7 @@ }, "packages/cli": { "name": "@ivanmkc/termchart", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "bin": { "termchart": "dist/cli.js" diff --git a/packages/cli/package.json b/packages/cli/package.json index 9d5ac0f..583e20a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ivanmkc/termchart", - "version": "0.5.0", + "version": "0.6.0", "description": "Push native diagrams, charts, dashboards & live status to the termchart viewer (browser/iPad) in real time — the CLI for the live canvas your AI draws on; also renders deterministic Mermaid → ASCII/Unicode in the terminal.", "type": "module", "bin": { diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index a2debc0..103d55d 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -21,7 +21,7 @@ import { lint } from "./lint.js"; const DEFAULT_NON_TTY_WIDTH = 80; -const VERSION = "0.5.0"; +const VERSION = "0.6.0"; const USAGE = `termchart — deterministic Mermaid → ASCII/Unicode for terminals