diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5c76af0..c56995e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.10", + "version": "0.1.11", "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 f050887..9f90df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.10", + ".": "0.1.11", "packages/code": "0.1.7", "packages/dora": "0.1.6", "packages/format": "0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index f043b60..218081b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.11](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.10...code-please-v0.1.11) (2025-12-19) + + +### Bug Fixes + +* **ci:** disable npm provenance for private repository ([#46](https://github.com/chatbot-pf/code-please/issues/46)) ([ad277ab](https://github.com/chatbot-pf/code-please/commit/ad277abbe145393febc2ac9fa1c907675a258104)) + ## [0.1.10](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.9...code-please-v0.1.10) (2025-12-19) diff --git a/package.json b/package.json index 5803196..1289e92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.10", + "version": "0.1.11", "packageManager": "bun@1.3.3", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [