Skip to content

v11.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 16 Jan 03:01
· 12 commits to main since this release

Breaking

  • Require Node.js 14 cea3d68
  • This package is now pure ESM. Please read this.
  • The projectName option is now required unless you use the cwd option.
    • Previously, the package fetched the package name from the closest package.json, but this is no longer possible with ESM.
    • If you target Node.js 18 or later, it's quite easy to read package.json.
  • The projectVersion option is now required if you use the migration option.
  • Remove encryption migration 80e1ff0
    • Make sure to upgrade to v10 first if you upgrade from a version earlier than v5.

v10.2.0...v11.0.0