Skip to content

Commit ac1cdac

Browse files
chore: release main
1 parent aeca7db commit ac1cdac

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "0.1.19",
3-
"packages/code": "0.1.12",
3+
"packages/code": "0.1.13",
44
"packages/dora": "0.1.9",
55
"packages/format": "0.1.4",
66
"packages/lsp": "0.1.9"

packages/code/CHANGELOG.md

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

3+
## [0.1.13](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.12...@pleaseai/code-v0.1.13) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* add @pleaseai/code package with LSP hooks and npm distribution ([8361095](https://github.com/chatbot-pf/code-please/commit/83610954436d71d897c3beb4162946c2eb9efb57))
9+
* add ast-grep SessionStart hook and setup command ([#58](https://github.com/chatbot-pf/code-please/issues/58)) ([b2d2910](https://github.com/chatbot-pf/code-please/commit/b2d291047dd105091f6340104bcb067c7a307400))
10+
* 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))
11+
* **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))
12+
* **logger:** add shared logger package with pino integration ([#37](https://github.com/chatbot-pf/code-please/issues/37)) ([c208f35](https://github.com/chatbot-pf/code-please/commit/c208f352d59a0c94d9664e29776334ac015e94ad))
13+
* **lsp:** add Claude Code LSP plugins with multi-language server support ([#52](https://github.com/chatbot-pf/code-please/issues/52)) ([06366c2](https://github.com/chatbot-pf/code-please/commit/06366c21795934efa371ef35cb24df5a4e3e3726))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** add zod dependency to format package ([#61](https://github.com/chatbot-pf/code-please/issues/61)) ([a7ab870](https://github.com/chatbot-pf/code-please/commit/a7ab870cd37d665ba1a7c1a50c250fe454bd516c))
19+
* **docs:** resolve bun build issues and update component syntax ([#57](https://github.com/chatbot-pf/code-please/issues/57)) ([204ef32](https://github.com/chatbot-pf/code-please/commit/204ef32993dd0d532b7fb07a0c249b6c37329f66))
20+
321
## [0.1.11](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.10...@pleaseai/code-v0.1.11) (2026-01-15)
422

523

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

0 commit comments

Comments
 (0)