Skip to content

Commit efc0aed

Browse files
chore: release main
1 parent 07044c0 commit efc0aed

42 files changed

Lines changed: 83 additions & 41 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-please",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "0.1.22",
3-
"packages/code": "0.1.13",
4-
"packages/dora": "0.1.9",
2+
".": "0.1.23",
3+
"packages/code": "0.1.14",
4+
"packages/dora": "0.1.10",
55
"packages/format": "0.1.4",
6-
"packages/lsp": "0.1.9"
6+
"packages/lsp": "0.1.10"
77
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-please",
33
"type": "module",
4-
"version": "0.1.22",
4+
"version": "0.1.23",
55
"packageManager": "bun@1.3.5",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"license": "MIT",

packages/code/CHANGELOG.md

Lines changed: 14 additions & 0 deletions

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/code",
33
"type": "module",
4-
"version": "0.1.13",
4+
"version": "0.1.14",
55
"description": "Auto-format and type-check hooks for AI coding",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/dora/CHANGELOG.md

Lines changed: 9 additions & 0 deletions

packages/dora/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/dora",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"description": "MCP server for AI-assisted coding with LSP and file tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/lsp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions

packages/lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/code-lsp",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"description": "LSP client for AI coding tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

0 commit comments

Comments
 (0)