Skip to content

Commit af5bc31

Browse files
chore: release main
1 parent e5488e1 commit af5bc31

4 files changed

Lines changed: 15 additions & 3 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.14",
3+
"version": "0.1.15",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.1.14",
2+
".": "0.1.15",
33
"packages/code": "0.1.9",
44
"packages/dora": "0.1.8",
55
"packages/format": "0.1.3",

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.15](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.14...code-please-v0.1.15) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* **librarian:** add DeepWiki MCP integration for documentation lookup ([#70](https://github.com/chatbot-pf/code-please/issues/70)) ([e5488e1](https://github.com/chatbot-pf/code-please/commit/e5488e1af3849991d22ef26751500b786f889a1b))
9+
10+
11+
### Bug Fixes
12+
13+
* **hooks:** use versioned bunx to avoid cache issues ([#67](https://github.com/chatbot-pf/code-please/issues/67)) ([36abb66](https://github.com/chatbot-pf/code-please/commit/36abb6658ef1487b0a0a9a2f3ffac193b7aca382))
14+
315
## [0.1.14](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.13...code-please-v0.1.14) (2025-12-23)
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.14",
4+
"version": "0.1.15",
55
"packageManager": "bun@1.3.5",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"workspaces": [

0 commit comments

Comments
 (0)