Skip to content

v21.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 03:47
· 3 commits to master since this release
b1701b7

21.0.0 (2025-02-10)

Bug Fixes

  • lift: stop duplicating the original results when lifting the readme (5603020)

Features

  • lift-results: enable language results to be passed to vcs-host lifters (028affc)
  • node-versions: drop support for node v21 (d793dea)
  • scaffold: apply language lifters after scaffolding a new project (167bda5)

BREAKING CHANGES

  • node-versions: support has been dropped for node v21 and minimums have been raised for supported
    node major versions
  • scaffold: language lifters are now applied as part of the project scaffolding projects, so
    steps should be taken to avoid conflicts with any previous executions of those lifters