cli-v4.0.1
CLI 4.0.1
Fixed 1
- The `--version` and `-v` flags now report the CLI package version directly instead of the engine's baked-in version
From impeccable
--versionreports the package version.npx impeccable --versionprinted the engine's baked-in 3.6.0 after the 4.0.0 release; the shim now answers--versionand-vitself from its own package.json, without locating or downloading a binary.