Skip to content

Commit 1876bbb

Browse files
chore: release main
1 parent c78da98 commit 1876bbb

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.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.11",
3+
"version": "0.1.12",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.1.11",
3-
"packages/code": "0.1.7",
2+
".": "0.1.12",
3+
"packages/code": "0.1.8",
44
"packages/dora": "0.1.6",
55
"packages/format": "0.1.2",
66
"packages/lsp": "0.1.6"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.12](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.11...code-please-v0.1.12) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* add PostToolUse hooks for auto-format and LSP diagnostics ([#48](https://github.com/chatbot-pf/code-please/issues/48)) ([c78da98](https://github.com/chatbot-pf/code-please/commit/c78da98f7e299285a22f6e24c2a04e9d12144215))
9+
310
## [0.1.11](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.10...code-please-v0.1.11) (2025-12-19)
411

512

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.11",
4+
"version": "0.1.12",
55
"packageManager": "bun@1.3.5",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"workspaces": [

packages/code/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.7...@pleaseai/code-v0.1.8) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* add PostToolUse hooks for auto-format and LSP diagnostics ([#48](https://github.com/chatbot-pf/code-please/issues/48)) ([c78da98](https://github.com/chatbot-pf/code-please/commit/c78da98f7e299285a22f6e24c2a04e9d12144215))
9+
310
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.6...@pleaseai/code-v0.1.7) (2025-12-19)
411

512

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.7",
4+
"version": "0.1.8",
55
"description": "Auto-format and type-check hooks for AI coding",
66
"author": "Minsu Lee",
77
"license": "MIT",

0 commit comments

Comments
 (0)