Releases: conventional-changelog/commitlint
Releases Β· conventional-changelog/commitlint
v7.0.1
v7.0.0
v6.2.0
v6.1.0
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2018-01-09)
Bug Fixes
- allow [0] shorthand (84cf938)
- correctly resolve parserOpts #115 #95 (1353dd5)
- ignore branch merges with newlines (#214) (c94c4dc)
- sanitize ensure.case #211 (#217) (03aeefc)
Styles
- validate rule configuration (edf7187)
BREAKING CHANGES
- Due to additional validation while reading
commitlint config, previously ignored rule
settings are now considered critical errors
when starting the CLI. The new behaviour is
designed to help developers find issues with
their configuration quicker.