diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index da533ca..5c76af0 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.9", + "version": "0.1.10", "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 8e12e00..f050887 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.9", + ".": "0.1.10", "packages/code": "0.1.7", "packages/dora": "0.1.6", "packages/format": "0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index eef6776..f043b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.9...code-please-v0.1.10) (2025-12-19) + + +### Bug Fixes + +* **ci:** upgrade to Node.js 24 for npm trusted publishing ([#44](https://github.com/chatbot-pf/code-please/issues/44)) ([0de05cf](https://github.com/chatbot-pf/code-please/commit/0de05cfe4d47e788f35c1262654590ff605546be)) + ## [0.1.9](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.8...code-please-v0.1.9) (2025-12-19) diff --git a/package.json b/package.json index 8d6216e..5803196 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.9", + "version": "0.1.10", "packageManager": "bun@1.3.3", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [