v1.14.0
·
12 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump Node.js version by @SSharma-10 in #144
Note
Minimum Node.js version is now 20.10.0. Node 18.x and Node 20.0 – 20.9 are no longer supported. This is enforced at install time via package.json → engines.node.
Why: Node 22 removed support for the deprecated assert { type: "json" } import-attribute syntax, and the replacement with { type: "json" } syntax is only available from Node 20.10.0+.
Full Changelog: v1.13.0...v1.14.0