Releases: vidavidorra/commitlint-plugin-function-rules
Releases · vidavidorra/commitlint-plugin-function-rules
v1.5.0
1.5.0 (2021-11-11)
Features
- add support for commitlint v14 (3c5acf5)
v1.4.0
1.4.0 (2021-09-17)
⚠ BREAKING CHANGES
Features
- add support for commitlint v13 (fc435bb)
- rules: add
subject-exclamation-mark
rule for commitlint v13 (3893fc4)
- rules: add
trailer-exists
rule for commitlint v13 (829d2c6)
Tests
- add tests for commitlint v13 (e95b254)
Continuous Integration
- renovate: disable for commitlint v12 final version (7b648d8)
Build System
v1.3.2
1.3.2 (2021-02-27)
Bug Fixes
- move @commitlint/types dependency to dev dependencies (cbec26a), closes #150
Styles
- add ESLint ignore file to enable linting of dotfiles (69b7675)
v1.3.1
1.3.1 (2021-02-24)
Bug Fixes
- deps: specify lower peer dependency range as v9.1.2 (a9f08a5), closes #147
v1.3.0
1.3.0 (2021-02-24)
Features
- deps: update dependency @commitlint/lint to v12 (9be4bf9)
v1.2.0
1.2.0 (2021-02-24)
Features
- rules: add
body-full-stop
rule (93ec5b8)
v1.1.24
1.1.24 (2021-02-24)
Continuous Integration
- renovate: group commitlint peer dependencies (9b5253c)
v1.1.23
1.1.23 (2021-02-14)
Build System
- remove
postinstall
script from the published package (7898ead), closes #142
v1.1.22
1.1.22 (2021-02-13)
Continuous Integration
- renovate: use shared configuration from
vidavidorra/.github
(2dd5710)
Documentation
v1.1.21
1.1.21 (2021-02-13)
Continuous Integration
- remove
chore
commit type from changelog (generation) (8b658c6)
- release: format changelog during release (90611dd)
Build System
- set
esModuleInterop
to true
to fix @commitlint/types
import (5bc52ea)