Skip to content

Releases: conventional-changelog/commitlint

v18.5.0

22 Jan 09:45
Compare
Choose a tag to compare

18.5.0 (2024-01-22)

Bug Fixes

  • config-nx-scopes: restore compatibility with nx 17.2.0 and higher (#3855) (1e08a17), closes #3820

Features

  • cli: print-config now can be configured to print a json in stdout (#3863) (6381a2d), closes #3819

Chore

  • GitHubCI: no need to just run in master branch by @knocte in #3840
  • docs: add node badge by @btea in #3841
  • README.md: remove stuff pointing to broken links by @knocte in #3843
  • refactor: use enum instead of hardcoding by @knocte in #3864

New Contributors

Full Changelog: v18.4.4...v18.5.0

v18.4.4

04 Jan 15:07
Compare
Choose a tag to compare

18.4.4 (2024-01-04)

Bug Fixes

Docs

New Contributors

Full Changelog: v18.4.3...v18.4.4

v18.4.3

21 Nov 02:42
Compare
Choose a tag to compare

Bug Fixes

Further updates

New Contributors

Full Changelog: v18.4.2...v18.4.3

v18.4.2

16 Nov 04:28
Compare
Choose a tag to compare

18.4.2 (2023-11-16)

Bug Fixes

  • Fix/3768: Consider ESM when selecting cosmiconfig loaders by @joberstein in #3776

Full Changelog: v18.4.1...v18.4.2

v18.4.1

12 Nov 04:03
Compare
Choose a tag to compare

18.4.1 (2023-11-12)

Bug Fixes

Full Changelog: v18.4.0...v18.4.1

v18.4.0

10 Nov 05:13
Compare
Choose a tag to compare

18.4.0 (2023-11-10)

Features

New Contributors

Full Changelog: v18.3.0...v18.4.0

v18.3.0

26 Oct 08:53
Compare
Choose a tag to compare

18.3.0 (2023-10-26)

Bug Fixes

  • update dependency @types/node to v18.18.7 (#3726) (dcc0424)

Features

  • config-nx-scopes: support latest nx version (#3728) (22e6f74)

New Contributors

Full Changelog: v18.2.0...v18.3.0

v18.2.0

26 Oct 07:57
Compare
Choose a tag to compare

18.2.0 (2023-10-26)

Features

  • load: use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @commitlint/load (#3722) (1ff49ea)

Full Changelog: v18.1.0...v18.2.0

v18.1.0

25 Oct 09:02
Compare
Choose a tag to compare

18.1.0 (2023-10-25)

Bug Fixes

Features

  • [scope-enum] [scope-case] allow space after comma as scope delimiter (#3577) (13c4bfc), closes #3576

New Contributors

Full Changelog: v18.0.0...v18.1.0

v18.0.0

20 Oct 13:34
Compare
Choose a tag to compare

18.0.0 (2023-10-20)

  • chore!: minimum node version v18 (#3644) (5b4aeaf), closes #3644
  • chore: remove unused types
  • docs: prepare node update and new release
  • ci: remove node v14/16 checks
  • chore: adjust node types to minimal supported version
  • docs: simplify releases and remove roadmap

BREAKING CHANGES

  • drop node v14 and v16 support
  • drop TS v4 support
  • further major versions of other deps
    upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

Full Changelog: v17.8.1...v18.0.0