From 608cb05a7ba8128ffbc9e40f2c0e04e33ddcf4d7 Mon Sep 17 00:00:00 2001 From: "passionfactory-bot[bot]" <230179506+passionfactory-bot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:50:37 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0ab7408..4bd5853 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.18", + "version": "0.1.19", "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 ff22177..c979fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.18", + ".": "0.1.19", "packages/code": "0.1.11", "packages/dora": "0.1.9", "packages/format": "0.1.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db0ed1..7513820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.19](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.18...code-please-v0.1.19) (2026-01-29) + + +### Features + +* **plugins:** separate LSP servers into individual plugins ([#81](https://github.com/chatbot-pf/code-please/issues/81)) ([62fd9e9](https://github.com/chatbot-pf/code-please/commit/62fd9e94b5b61dea0db918d36cc80f626421b528)) + ## [0.1.18](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.17...code-please-v0.1.18) (2026-01-16) diff --git a/package.json b/package.json index 2d94b4d..3aa8431 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.18", + "version": "0.1.19", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [