From dfe1986f06baa7c76318f4e2a24b992cdaa5d15b Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Wed, 13 May 2026 21:23:48 +0200 Subject: [PATCH] =?UTF-8?q?chore(voyage):=20bump=20version=205.0.3=20?= =?UTF-8?q?=E2=86=92=205.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/voyage/.claude-plugin/plugin.json | 2 +- plugins/voyage/README.md | 2 +- plugins/voyage/package-lock.json | 4 ++-- plugins/voyage/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/voyage/.claude-plugin/plugin.json b/plugins/voyage/.claude-plugin/plugin.json index 472b376..68fb63b 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. /trekbrief, /trekplan, and /trekreview each end by building a self-contained operator-annotation HTML (scripts/annotate.mjs, modelled on claude-code-100x): select text or click any element, pick intent (Fiks/Endre/Spørsmål), write comment, copy structured prompt, paste back, Claude revises the .md.", - "version": "5.0.3", + "version": "5.1.0", "author": { "name": "Kjell Tore Guttormsen" }, diff --git a/plugins/voyage/README.md b/plugins/voyage/README.md index 018857c..d2bb41e 100644 --- a/plugins/voyage/README.md +++ b/plugins/voyage/README.md @@ -1,6 +1,6 @@ # trekplan — Brief, Research, Plan, Execute, Review, Continue -![Version](https://img.shields.io/badge/version-5.0.3-blue) +![Version](https://img.shields.io/badge/version-5.1.0-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Platform](https://img.shields.io/badge/platform-Claude%20Code-purple) diff --git a/plugins/voyage/package-lock.json b/plugins/voyage/package-lock.json index ce028d5..4c90649 100644 --- a/plugins/voyage/package-lock.json +++ b/plugins/voyage/package-lock.json @@ -1,12 +1,12 @@ { "name": "voyage", - "version": "5.0.3", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "voyage", - "version": "5.0.3", + "version": "5.1.0", "license": "MIT", "engines": { "node": ">=18" diff --git a/plugins/voyage/package.json b/plugins/voyage/package.json index 59489ef..4a9c929 100644 --- a/plugins/voyage/package.json +++ b/plugins/voyage/package.json @@ -1,6 +1,6 @@ { "name": "voyage", - "version": "5.0.3", + "version": "5.1.0", "description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline. /trekbrief, /trekplan, and /trekreview each end by building a self-contained operator-annotation HTML (scripts/annotate.mjs, modelled on claude-code-100x): select text or click any heading/paragraph/list-item, pick intent (Fiks/Endre/Spørsmål), write comment, copy structured prompt, paste back, Claude revises the .md.", "type": "module", "engines": {