← All Releases

1.0.13

July 22, 2025

CLI 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-gnu as an optional dependency to improve CI stability.

Changed

  • Changed CLI command from npx accelerator to npx 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 accelerator to npx acc-nuxt.