Skip to content

Publishing

Semantic versioning.

The registry stores package versions explicitly, and the CLI can resolve either the latest version or an exact requested version.

01 · section

Version behavior

Use semver so package consumers can reason about changes. The package detail page surfaces version history directly.

  • Patch for fixes and docs improvements.
  • Minor for backwards-compatible feature additions.
  • Major for breaking install or behavior changes.