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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formo/cli",
"version": "0.1.0",
"version": "0.2.0",
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

The version bump to 0.2.0 is inconsistent with the hardcoded version in src/index.ts (line 72), which is still set to 0.1.0. This will cause the CLI to report the incorrect version. Please update src/index.ts to match the new version.

"description": "Formo API CLI — query profiles and analytics data",
"bin": {
"formo": "dist/index.js"
Expand Down
Loading