Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.1.19",
"packages/code": "0.1.11",
"packages/code": "0.1.12",
"packages/dora": "0.1.9",
"packages/format": "0.1.4",
"packages/lsp": "0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/code",
"type": "module",
"version": "0.1.11",
"version": "0.1.12",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

With a manual version bump, it's important to also manually update the changelog. Please add an entry to packages/code/CHANGELOG.md for version 0.1.12 detailing the logger fix mentioned in the pull request description. This ensures users are aware of the changes in the new release.

"description": "Auto-format and type-check hooks for AI coding",
"author": "Minsu Lee",
"license": "MIT",
Expand Down