Skip to content

Version 6.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 03 May 03:08
· 186 commits to master since this release

Major

  • Updated dependencies, some of which now have a package exports field to support native ESM in Node.js.
  • Updated Node.js support from v10+ to 10 - 12 || >= 13.7 to reflect the package exports related breaking changes.

Patch

  • Improved the package prepare:prettier and test:prettier scripts.
  • Configured Prettier option semi to the default, true.
  • Lint fixes for prettier v2.
  • Ensure GitHub Actions run on pull request.
  • Also run GitHub Actions with Node.js v14.
  • Fixed the internal mdFileReplaceSection function for Node.js v14.