Skip to content

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 03 May 01:55
· 91 commits to main since this release

CLI

  • Line/column in output: vastlint CLI now prints file:line:col (or file:line) alongside the XPath location for every issue, making it easier to jump to the exact source position.

Chrome extension

  • Release stamping fixed: both Chrome publish workflows now inject the extension version correctly before build instead of dropping the version field from manifest.json.
  • Release guardrail: both workflows now assert that manifest.json contains the expected version before packaging or publishing.
  • Chrome package version: bumped source chrome/package.json and chrome/manifest.json to 0.4.9 for the next Web Store release.

Docs

  • Main README no longer says the Chrome Web Store listing is pending review.
  • Release checklist now documents the actual Chrome publish paths and reminds you to commit both Chrome version files.