Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@continuous-auth continuous-auth released this 11 Nov 21:46
· 4 commits to main since this release
6e153ec

3.0.0 (2024-11-11)

  • chore!: convert to ESM (#97) (6e153ec), closes #97
  • chore!: remove electron-markdownlint [skip release] (#91) (6a34bc5), closes #91

Features

  • custom rule compat with markdownlint 0.35 [skip release] (#96) (8f40e1d)

BREAKING CHANGES

  • This package is now ESM-only and requires Node.js >= 20.16.0 || >= 22.4.0

  • chore: convert custom rules to .cjs extension

  • chore: convert custom markdownlint rules to ESM

  • The electron-markdownlint bin has been removed. Use markdownlint-cli2 directly.