From 9d4f4c90f4c80a325c9113f890624d9951b67798 Mon Sep 17 00:00:00 2001 From: "contextbridge-pr-automation[bot]" <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:55:03 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ harnessIntegrations/claude/.claude-plugin/plugin.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c5e92..dffbb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/contextbridge/planbridge/compare/v0.9.3...v0.10.0) (2026-07-13) + + +### Features + +* add selectable Shiki themes ([#242](https://github.com/contextbridge/planbridge/issues/242)) ([fa0ac48](https://github.com/contextbridge/planbridge/commit/fa0ac487b0e8f750f3ce1f7c8b59806b9cc29bb7)) + ## [0.9.3](https://github.com/contextbridge/planbridge/compare/v0.9.2...v0.9.3) (2026-07-10) diff --git a/harnessIntegrations/claude/.claude-plugin/plugin.json b/harnessIntegrations/claude/.claude-plugin/plugin.json index 2166256..a730da3 100644 --- a/harnessIntegrations/claude/.claude-plugin/plugin.json +++ b/harnessIntegrations/claude/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "planbridge", "description": "PlanBridge — opens plan reviews in the browser on ExitPlanMode.", - "version": "0.9.3", + "version": "0.10.0", "author": { "name": "ContextBridge AI, Inc." },