Skip to content

Commit 228a12b

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.1.0...v4.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](79668a5)) ### Continuous Integration * remove tests on Node.js 18 ([0051bfa](0051bfa))
1 parent aa4e6e7 commit 228a12b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [4.0.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v3.1.0...v4.0.0) (2024-03-25)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- **deps:** Drop support for @commitlint v9 up to and indlucing v18
6+
- **deps:** Require Node.js 20 minimum
7+
8+
### Features
9+
10+
- **deps:** update commitlint monorepo to v19 ([79668a5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/79668a5353cf20770fc4804562344ef0aaaf0c88))
11+
12+
### Continuous Integration
13+
14+
- remove tests on Node.js 18 ([0051bfa](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/0051bfa5f21f9dbf6b5567ba1036ffe44229c579))
15+
116
## [4.0.0-beta.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-03-25)
217

318
### Continuous Integration

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-function-rules",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0",
44
"description": "commitlint plugin to use functions as rule value",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)