Skip to content

v0.1.1

Choose a tag to compare

@kryptobaseddev kryptobaseddev released this 22 Mar 06:33
· 83 commits to main since this release

Fixed

  • Hook scripts now use npx --no-install to prevent accidentally downloading an unscoped package when @codluv/versionguard is not installed locally
  • CLI version is now read from package.json at runtime instead of being hardcoded, so it stays in sync with changesets bumps
  • Config test no longer uses hardcoded absolute paths, fixing CI failures on GitHub Actions

Added

  • check --json flag for machine-readable version check output (CI and agent workflows)
  • "Using with Changesets" documentation section explaining how the two tools complement each other