diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 99f1d1b..69c10cd 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.13", + "version": "0.1.14", "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 b9743c3..8acb5c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.13", + ".": "0.1.14", "packages/code": "0.1.9", "packages/dora": "0.1.8", "packages/format": "0.1.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index ef61018..ee62a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.13...code-please-v0.1.14) (2025-12-23) + + +### Features + +* **plugins:** add reflexion plugin for self-refinement ([#65](https://github.com/chatbot-pf/code-please/issues/65)) ([b0ebea5](https://github.com/chatbot-pf/code-please/commit/b0ebea5b2e0edf97ee35bb66e340272892330694)) + ## [0.1.13](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.12...code-please-v0.1.13) (2025-12-23) diff --git a/package.json b/package.json index 63f2b95..ef84871 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.13", + "version": "0.1.14", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [