diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4a2c89a..5f171c3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.19", + "version": "0.1.20", "description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 222787c..109d860 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.19", + ".": "0.1.20", "packages/code": "0.1.13", "packages/dora": "0.1.9", "packages/format": "0.1.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7513820..d0478ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.20](https://github.com/chatbot-pf/code-intelligence/compare/code-please-v0.1.19...code-please-v0.1.20) (2026-03-03) + + +### Features + +* **.claude-plugin:** extract LSP servers into individual plugin packages ([#89](https://github.com/chatbot-pf/code-intelligence/issues/89)) ([a557833](https://github.com/chatbot-pf/code-intelligence/commit/a55783315bfeb81b5c79f0596b8a4ac36e9ef9a0)) + + +### Bug Fixes + +* **logger:** default to production mode for bundled binaries ([#86](https://github.com/chatbot-pf/code-intelligence/issues/86)) ([05a1089](https://github.com/chatbot-pf/code-intelligence/commit/05a10892659128de1f6b711cc73c1a50c79b750f)) + ## [0.1.19](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.18...code-please-v0.1.19) (2026-01-29) diff --git a/package.json b/package.json index 3aa8431..264f473 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.19", + "version": "0.1.20", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [