Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.54.1",
"version": "0.54.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Manually updating the version in package.json leaves config.sandboxImageUri (currently 0.54.1 on line 17) out of sync. To ensure all version references (including the sandbox image URI and workspace packages) are updated consistently, please use the project's versioning script: npm run release:version patch. This script automatically updates the version, synchronizes the sandbox image URIs, and updates the package lockfile.

"engines": {
"node": ">=20.0.0"
},
Expand Down
Loading