Skip to content

Latest commit

 

History

History
68 lines (31 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

68 lines (31 loc) · 2.75 KB

2.0.1 (2024-12-10)

Bug Fixes

  • rules: fix logic of skip ci (943cd45)

2.0.0 (2024-12-09)

chore

  • engines: require node 22 and up and npm 10 and up (8df5ced)

Features

  • plugins: add a rule to detect commits which would skip the ci (d4d9a1d)
  • rules: add error for body- and footer-leading-blank (65b14e2)

BREAKING CHANGES

  • rules: error is being thrown for rule body- and footer-leading-blank
  • engines: require at least node 22 and npm 10

1.0.5 (2024-03-17)

Bug Fixes

  • dependencies: bump commitlint and husky (0aa26e6)

1.0.4 (2024-02-01)

Bug Fixes

  • rules: set length of scope-min-length to 2 (8e93492)

1.0.3 (2023-11-16)

Bug Fixes

  • engines: allow additional versions (8f87b45)

1.0.2 (2023-10-19)

Bug Fixes

  • npm: remove semantic release dependencies (1d55a0e)

1.0.1 (2023-10-19)

Bug Fixes

  • packages: remove obsolet dependencies, add project itself to validate commits (e789233)
  • rules: add scope-empty (fa984b8)

1.0.0 (2023-10-19)

Features