diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0cb8a46..332833e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "itkdev-browser-feedback", "description": "Browser-based visual feedback and annotation MCP server for Claude Code", - "version": "0.6.5", + "version": "0.6.6", "author": { "name": "ITK Dev", "email": "itkdev@mkb.aarhus.dk" diff --git a/CHANGELOG.md b/CHANGELOG.md index cadb53c..ff11114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.6] - 2026-04-22 + ### Fixed - Fix browser extension losing connection and feedback after MCP reconnect (`/mcp`) — session IDs are now derived deterministically from the project directory, so reconnecting preserves WebSocket connections and pending feedback (#43) diff --git a/package.json b/package.json index a5909ae..42fa934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-claude-code-browser-feedback", - "version": "0.6.5", + "version": "0.6.6", "description": "MCP server for collecting visual browser feedback and sending to Claude Code", "type": "module", "main": "src/server.js",