Skip to content

Commit a107603

Browse files
chore: release main (#91)
Co-authored-by: passionfactory-bot[bot] <230179506+passionfactory-bot[bot]@users.noreply.github.com>
1 parent e4b9aa1 commit a107603

4 files changed

Lines changed: 10 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.20",
3+
"version": "0.1.21",
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.20",
2+
".": "0.1.21",
33
"packages/code": "0.1.13",
44
"packages/dora": "0.1.9",
55
"packages/format": "0.1.4",

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.21](https://github.com/chatbot-pf/code-intelligence/compare/code-please-v0.1.20...code-please-v0.1.21) (2026-03-04)
4+
5+
6+
### Reverts
7+
8+
* **plugins:** downgrade @pleaseai/code version from 0.1.19 to 0.1.13 ([#90](https://github.com/chatbot-pf/code-intelligence/issues/90)) ([b51b87c](https://github.com/chatbot-pf/code-intelligence/commit/b51b87ca152ea308ebfa421799f874897e4191b7))
9+
310
## [0.1.20](https://github.com/chatbot-pf/code-intelligence/compare/code-please-v0.1.19...code-please-v0.1.20) (2026-03-03)
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.20",
4+
"version": "0.1.21",
55
"packageManager": "bun@1.3.5",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"workspaces": [

0 commit comments

Comments
 (0)