Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 20:04
· 20 commits to refs/heads/main since this release
30551ce

Changelog

  • BREAKING Simplify inputs @natemoo-re (#27)
    • node-version has been bumped to 18 by default (16 is EOL and no longer supported by Astro v3.0.0)
    • package-manager now supports tool@version syntax (for example, pnpm@8.7.0)
    • pnpm-version has been removed (use the new package-manager syntax, if needed)
    • resolve-dep-from-path has been removed. The current behavior is identical to true (the default)

See details of all code changes since previous release.