From f4331d5d9cdc8015fa99de848255cb5e1dd70b7a Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sat, 9 May 2026 10:10:32 +0200 Subject: [PATCH] =?UTF-8?q?chore(voyage):=20bump=20version=20to=204.1.0=20?= =?UTF-8?q?=E2=80=94=20modellprofiler=20+=20OTel-exporter=20ship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step 23 of v4.1 — final version bump. package.json: 4.0.0 → 4.1.0 .claude-plugin/plugin.json: 4.0.0 → 4.1.0 Verified ESM-friendly version-read: node -e "import('./package.json', {with: {type: 'json'}}).then(m => console.log(m.default.version))" → 4.1.0 Grep verified no remaining "4.0.0" strings outside historical references (CHANGELOG.md v4.0.0 section, MIGRATION.md v3→v4 migration prose, .claude/ultraplan-sessions/ historical session notes — all expected). Tests: 487 pass + 2 skipped (Docker not installed). v4.1 SHIP-READY. Manual smoke (SC #14, #15, #17, #18) is the final release-gate; documented in NEXT-SESSION-PROMPT.local.md. --- plugins/voyage/.claude-plugin/plugin.json | 2 +- plugins/voyage/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/voyage/.claude-plugin/plugin.json b/plugins/voyage/.claude-plugin/plugin.json index b84358a..374f2ec 100644 --- a/plugins/voyage/.claude-plugin/plugin.json +++ b/plugins/voyage/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "voyage", "description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.", - "version": "4.0.0", + "version": "4.1.0", "author": { "name": "Kjell Tore Guttormsen" }, diff --git a/plugins/voyage/package.json b/plugins/voyage/package.json index 410413f..c66edf0 100644 --- a/plugins/voyage/package.json +++ b/plugins/voyage/package.json @@ -1,6 +1,6 @@ { "name": "voyage", - "version": "4.0.0", + "version": "4.1.0", "description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.", "type": "module", "engines": {