diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ced6dfb..3e0240d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.15", + "version": "0.1.16", "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 2ee8399..e45effd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.1.15", - "packages/code": "0.1.9", + ".": "0.1.16", + "packages/code": "0.1.10", "packages/dora": "0.1.8", "packages/format": "0.1.3", "packages/lsp": "0.1.8" diff --git a/CHANGELOG.md b/CHANGELOG.md index d741016..f8d8d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.15...code-please-v0.1.16) (2026-01-15) + + +### Features + +* **examples:** Add LSP TypeScript example project ([#74](https://github.com/chatbot-pf/code-please/issues/74)) ([9df0bd4](https://github.com/chatbot-pf/code-please/commit/9df0bd4fb6b7f889bdcd1d5786139b293a1adccd)) + ## [0.1.15](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.14...code-please-v0.1.15) (2025-12-23) diff --git a/package.json b/package.json index 238c85f..b57d66d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.15", + "version": "0.1.16", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [ diff --git a/packages/code/CHANGELOG.md b/packages/code/CHANGELOG.md index a787952..0d94d6a 100644 --- a/packages/code/CHANGELOG.md +++ b/packages/code/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.9...@pleaseai/code-v0.1.10) (2026-01-15) + + +### Features + +* **examples:** Add LSP TypeScript example project ([#74](https://github.com/chatbot-pf/code-please/issues/74)) ([9df0bd4](https://github.com/chatbot-pf/code-please/commit/9df0bd4fb6b7f889bdcd1d5786139b293a1adccd)) + ## [0.1.9](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.8...@pleaseai/code-v0.1.9) (2025-12-23) diff --git a/packages/code/package.json b/packages/code/package.json index 8b6366a..6745664 100644 --- a/packages/code/package.json +++ b/packages/code/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code", "type": "module", - "version": "0.1.9", + "version": "0.1.10", "description": "Auto-format and type-check hooks for AI coding", "author": "Minsu Lee", "license": "MIT",