Skip to content

Commit 706d295

Browse files
chore: release main (#40)
Co-authored-by: passionfactory-bot[bot] <230179506+passionfactory-bot[bot]@users.noreply.github.com>
1 parent 17db1f4 commit 706d295

10 files changed

Lines changed: 46 additions & 9 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.7",
3+
"version": "0.1.8",
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.7",
3-
"packages/code": "0.1.6",
4-
"packages/dora": "0.1.5",
2+
".": "0.1.8",
3+
"packages/code": "0.1.7",
4+
"packages/dora": "0.1.6",
55
"packages/format": "0.1.2",
6-
"packages/lsp": "0.1.5"
6+
"packages/lsp": "0.1.6"
77
}

CHANGELOG.md

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

3+
## [0.1.8](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.7...code-please-v0.1.8) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* **lsp:** add ESLint language server support ([#39](https://github.com/chatbot-pf/code-please/issues/39)) ([285a0d9](https://github.com/chatbot-pf/code-please/commit/285a0d9dca8eebd5479a7675188fbc6348f483cb)), closes [#38](https://github.com/chatbot-pf/code-please/issues/38)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** use GitHub-hosted runners for npm publish workflow ([#41](https://github.com/chatbot-pf/code-please/issues/41)) ([17db1f4](https://github.com/chatbot-pf/code-please/commit/17db1f4f17bc89c56eafbfd9cff939d07b3c02b8))
14+
315
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.6...code-please-v0.1.7) (2025-12-19)
416

517

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

packages/code/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.6...@pleaseai/code-v0.1.7) (2025-12-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @pleaseai/code-lsp bumped to 0.1.6
11+
312
## [0.1.6](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.5...@pleaseai/code-v0.1.6) (2025-12-19)
413

514

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.6",
4+
"version": "0.1.7",
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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.5...@pleaseai/dora-v0.1.6) (2025-12-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @pleaseai/code-lsp bumped to 0.1.6
11+
312
## [0.1.5](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.4...@pleaseai/dora-v0.1.5) (2025-12-19)
413

514

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.5",
4+
"version": "0.1.6",
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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.5...@pleaseai/code-lsp-v0.1.6) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* **lsp:** add ESLint language server support ([#39](https://github.com/chatbot-pf/code-please/issues/39)) ([285a0d9](https://github.com/chatbot-pf/code-please/commit/285a0d9dca8eebd5479a7675188fbc6348f483cb)), closes [#38](https://github.com/chatbot-pf/code-please/issues/38)
9+
310
## [0.1.5](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.4...@pleaseai/code-lsp-v0.1.5) (2025-12-19)
411

512

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.5",
4+
"version": "0.1.6",
55
"description": "LSP client for AI coding tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

0 commit comments

Comments
 (0)