From 98af20153e5ef359ac94beaac4ee1f14ed576b13 Mon Sep 17 00:00:00 2001 From: willytop8 Date: Fri, 21 Aug 2026 22:55:36 -0500 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271c1a3..c20b146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.8.2 — 2026-08-21 + - Harden the post-compaction goal continuation guard introduced in [#58](https://github.com/willytop8/OpenCode-goal-plugin/pull/58). Building on the epoch-guard groundwork contributed by diff --git a/package-lock.json b/package-lock.json index fe85f02..db3c5a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opencode-goal-plugin", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opencode-goal-plugin", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "dependencies": { "zod": "4.4.3" diff --git a/package.json b/package.json index a522281..b8f927c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-goal-plugin", - "version": "0.8.1", + "version": "0.8.2", "description": "Durable, guarded goal workflows for OpenCode.", "type": "module", "main": "./src/goal-plugin.js",