Skip to content

Script Versioning

Every time you update a script’s content, Aureva automatically creates a new version. This lets you track changes, add changelogs, and rollback to previous versions if something goes wrong.


TypeFormatDescription
Semantic version1.0.0User-facing version; patch auto-incremented on update
Numeric versionIntegerInternal version number (1, 2, 3, …)

In the dashboard:

  1. Open your project and select a script
  2. Go to the version history section
  3. View the last 20 versions with version number, size, who uploaded it, and when

Each version stores its own content—rollback restores the exact content from that version.


To rollback a script to a previous version:

  1. Open the script in the dashboard
  2. Go to version history
  3. Select the version you want to restore
  4. Click rollback

Tag versions to categorize them:

  • Release — stable, production-ready version
  • Beta — testing version
  • Staging — pre-release version

Tags help you identify important versions at a glance.


  • Always add a changelog when updating scripts
  • Tag stable versions as Release for easy identification
  • Test new versions before sharing the updated loader URL
  • Use rollback when users report issues with a new version