v2.0.0
Breaking change — scoped package name
The CLI is now published as @svgforge/svgforge-cli (npm and GitHub Packages). The old unscoped svgforge-cli package on npm is deprecated and receives no more updates.
Migration from 1.x
Existing installs must switch manually:
npm uninstall --global svgforge-cli
npm install --global @svgforge/svgforge-cli@2.0.0
The CLI now depends on the scoped @svgforge/svgforge library (also renamed). The svgforge command itself stays unchanged.
What's Changed
- Feature/scoped package names by @joeda1 in #10
Full Changelog: v1.1.0...v2.0.0