Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 18:07
· 10 commits to main since this release
97d0a7c

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