v2.0.1 - Hotfix: Republish with actual v2 codebase
v2.0.1 — Hotfix Release
The previous npm publish was stale — the v2 features
were documented but the old codebase was still shipping.
This release fixes that.
What this fixes
- npm package now matches the actual v2 codebase
- --fix works as documented
- --json works as documented
- --watch works as documented
- init-ci works as documented
- Banner correctly shows v2.0.1 instead of v1.0.0
No new features
This is a republish-only release. No logic changes.
All v2 features were documented in v1.1.0 — they
just weren't shipping correctly until now.
Upgrade
npm install -g envscan-cli@latest
or run directly:
npx envscan-cli@latest
Verify your version
npx envscan-cli --version
→ should print: 2.0.1
📦 npmjs.com/package/envscan-cli
💻 github.com/Innocent-Developer/env-doctor