From 7993e94650dd6cd91670ea357a241e75f511cc10 Mon Sep 17 00:00:00 2001 From: willytop8 Date: Sun, 12 Jul 2026 14:04:35 -0500 Subject: [PATCH] chore(release): 0.6.5 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db4bfe..63ca37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.6.5 — 2026-07-12 - Make `/goal sequence` the canonical ordered multi-goal command, retain the previous command and mode spelling as input-only compatibility aliases, correct the public auditor snapshot mode type to `"normal" | "ordered"`, and align README archive and compatibility claims with verified behavior. diff --git a/package-lock.json b/package-lock.json index 340a526..1162469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opencode-goal-plugin", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opencode-goal-plugin", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "bin": { "opencode-goal-plugin": "scripts/verify.mjs" diff --git a/package.json b/package.json index 109860d..1fa56bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-goal-plugin", - "version": "0.6.4", + "version": "0.6.5", "description": "Durable, guarded goal workflows for OpenCode.", "type": "module", "main": "./src/goal-plugin.js",