diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6..ee2bfff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6077a..02c5e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.3](https://github.com/contextbridge/planbridge/compare/v0.9.2...v0.9.3) (2026-07-10) + + +### Bug Fixes + +* order mermaid diagram comments by document position ([#239](https://github.com/contextbridge/planbridge/issues/239)) ([a4487d7](https://github.com/contextbridge/planbridge/commit/a4487d74aee330ed88a54a49aa3ece6c7e42bdd9)) +* restore automatic plan approval on Claude Code 2.1.199+ ([#235](https://github.com/contextbridge/planbridge/issues/235)) ([9fe93d8](https://github.com/contextbridge/planbridge/commit/9fe93d872ef7c53b7b770f77ec178ff344f9bbc9)) + ## [0.9.2](https://github.com/contextbridge/planbridge/compare/v0.9.1...v0.9.2) (2026-06-17) diff --git a/harnessIntegrations/claude/.claude-plugin/plugin.json b/harnessIntegrations/claude/.claude-plugin/plugin.json index e2ed968..2166256 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.2", + "version": "0.9.3", "author": { "name": "ContextBridge AI, Inc." },