← All Releases
1.0.13
July 22, 2025CLI renamed to npx acc-nuxt, package registry migrated to AWS CodeArtifact
Summary
- Renamed the CLI command to a framework-neutral name.
- Migrated package publishing to AWS CodeArtifact.
- Improved release pipeline reliability for native module installs.
Added
- Added AWS CodeArtifact publishing flow in release automation with dedicated AWS auth.
- Added
@rollup/rollup-linux-x64-gnuas an optional dependency to improve CI stability.
Changed
- Changed CLI command from
npx acceleratortonpx acc-nuxt. - Updated internal paths and documentation to align with the new CLI command.
- Updated release pipeline install strategy to
npm install --install-strategy=shallow.
Fixed
- Fixed native module installation failures in the release workflow.
Breaking Changes
- CLI command rename requires users to switch from
npx acceleratortonpx acc-nuxt.