Skip to content

Commit ce2d37b

Browse files
chore: release 0.1.1 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64253ac commit ce2d37b

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.1.0",
3-
"packages/code": "0.1.0"
2+
".": "0.1.1",
3+
"packages/code": "0.1.1"
44
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/chatbot-pf/code-please/compare/v0.1.0...v0.1.1) (2025-12-17)
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))

package.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.0",
3+
"version": "0.1.1",
44
"description": "Auto-format and type-check hooks for AI coding",
55
"type": "module",
66
"workspaces": [

packages/code/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/chatbot-pf/code-please/compare/v0.1.0...v0.1.1) (2025-12-17)
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))

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pleaseai/code",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Auto-format and type-check hooks for AI coding",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)