From 5bab57d685db3dfdb33253f8322f48e4cd659624 Mon Sep 17 00:00:00 2001 From: "passionfactory-bot[bot]" <230179506+passionfactory-bot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 06:23:25 +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 d0d0749..0ab7408 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.17", + "version": "0.1.18", "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 3103e10..ff22177 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.1.17", + ".": "0.1.18", "packages/code": "0.1.11", "packages/dora": "0.1.9", "packages/format": "0.1.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index accfe34..6db0ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.18](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.17...code-please-v0.1.18) (2026-01-16) + + +### Features + +* remove mcp ([#79](https://github.com/chatbot-pf/code-please/issues/79)) ([ef9504a](https://github.com/chatbot-pf/code-please/commit/ef9504a21b3c887cd5e5e6c3180d0ed206b868a4)) + ## [0.1.17](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.16...code-please-v0.1.17) (2026-01-15) diff --git a/package.json b/package.json index 25cf4db..2d94b4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.17", + "version": "0.1.18", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [