Releases: vidavidorra/commitlint-plugin-function-rules
Releases · vidavidorra/commitlint-plugin-function-rules
v4.0.1
v4.0.0
4.0.0 (2024-03-25)
⚠ BREAKING CHANGES
- deps: Drop support for @commitlint v9 up to and indlucing v18
- deps: Require Node.js 20 minimum
Features
- deps: update commitlint monorepo to v19 (79668a5)
Continuous Integration
- remove tests on Node.js 18 (0051bfa)
v4.0.0-beta.2
v4.0.0-beta.1
4.0.0-beta.1 (2024-03-17)
⚠ BREAKING CHANGES
- deps: Drop support for @commitlint v9 up to and indlucing v18
- deps: Require Node.js 20 minimum
Features
- deps: update commitlint monorepo to v19 (79668a5)
v3.1.0
v3.0.0
v2.0.2
v2.0.1
2.0.1 (2023-06-22)
⚠ BREAKING CHANGES
- change to ES module, export is still an CommonJS module as that's required by commitlint
Code Refactoring
- change to ES module, export is still an CommonJS module as that's required by commitlint (bf15a8a)
Build System
- change ESM import to plugin to prevent import errors (c185ce3)
Styles
- use bold link for branding in header (5bb540f)
Continuous Integration
v2.0.1-beta.3
2.0.1-beta.3 (2023-06-22)
Styles
- use bold link for branding in header (5bb540f)
Continuous Integration
- include Node.js v20 in testing and drop, almost EOL, v19 (55a1856)
v2.0.1-beta.2
2.0.1-beta.2 (2023-06-22)
Build System
- change ESM import to plugin to prevent import errors (c185ce3)
Continuous Integration
- rename commitlint config to CommonJS to prevent commitlint module load error (5c8627a)