Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 15:43
· 1 commit to master since this release

5.0.0 (2022-12-20)

Bug Fixes

  • Replace commander with simple command-line parsing (2f140c6)

Features

  • Provide native ESM export (6aa74c7)

BREAKING CHANGES

  • Although the same command-line syntax is supported, replacing the parser might cause a not integhded breaking change.
  • Node.js 14.8 is required. Although this package should work with Node.js 12 or even Node.js 10 still well, the declaration of exports in package.json is recognised reliably by Node.js 14.8 or newer.