Skip to content

v3.0.0

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 03 Jul 09:57
· 31 commits to main since this release

Breaking Changes

  • Raised the minimum supported Node.js version from >=18 to >=22. The published package is pure ESM data with no runtime dependencies, but the declared engines.node floor now reflects the toolchain requirement. Consumers pinning Node 18/20/21 should upgrade to Node 22 or newer.

Chores

  • CI test matrix narrowed to Node 22, 24, 25 (dropped 20.19, 21, 23). Node 23 is excluded because eslint-plugin-jsdoc requires ^22.13.0 || >=24.

Full Changelog: v2.1.1...v3.0.0