You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): read version from package.json instead of hardcoded '2.0.0'
The CLI hardcoded .version('2.0.0') so 'shipnode --version' kept
reporting 2.0.0 even on the 3.0 line. Now reads the version field
from package.json at startup — stays in sync with whatever the
package actually is. Caught while linking the local 3.0.0 build
into biormin.
0 commit comments