Skip to content

Commit a73d53e

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.3.2...v5.0.0) (2026-05-16) ### ⚠ BREAKING CHANGES * **deps:** require Node.js 22 minimum, which is the current active LTS. Add tests for commitlint v21, in addition to v19 and v20 at the moment. ### Features * **deps:** update dependency @commitlint/lint to v21 ([#268](#268)) ([34d21dd](34d21dd))
1 parent 34d21dd commit a73d53e

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.0.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v4.3.2...v5.0.0) (2026-05-16)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- **deps:** require Node.js 22 minimum, which is the current active LTS.
6+
7+
Add tests for commitlint v21, in addition to v19 and v20 at the moment.
8+
9+
### Features
10+
11+
- **deps:** update dependency @commitlint/lint to v21 ([#268](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/268)) ([34d21dd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/34d21dd2292a4b5a024ac06c0506c3f3203abbed))
12+
113
## [4.3.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v4.3.1...v4.3.2) (2026-02-24)
214

315
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-function-rules",
3-
"version": "4.3.2",
3+
"version": "5.0.0",
44
"description": "commitlint plugin to use functions as rule value",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)