Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion harnessIntegrations/claude/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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."
},
Expand Down
Loading