diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 69c10cd..ced6dfb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.14", + "version": "0.1.15", "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 8acb5c5..2ee8399 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.14", + ".": "0.1.15", "packages/code": "0.1.9", "packages/dora": "0.1.8", "packages/format": "0.1.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index ee62a83..d741016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.15](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.14...code-please-v0.1.15) (2025-12-23) + + +### Features + +* **librarian:** add DeepWiki MCP integration for documentation lookup ([#70](https://github.com/chatbot-pf/code-please/issues/70)) ([e5488e1](https://github.com/chatbot-pf/code-please/commit/e5488e1af3849991d22ef26751500b786f889a1b)) + + +### Bug Fixes + +* **hooks:** use versioned bunx to avoid cache issues ([#67](https://github.com/chatbot-pf/code-please/issues/67)) ([36abb66](https://github.com/chatbot-pf/code-please/commit/36abb6658ef1487b0a0a9a2f3ffac193b7aca382)) + ## [0.1.14](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.13...code-please-v0.1.14) (2025-12-23) diff --git a/package.json b/package.json index ef84871..d81d581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.14", + "version": "0.1.15", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [