Skip to content

Commit 59307d6

Browse files
chore(release): 4.0.0-beta.1 [skip ci]
## [4.0.0-beta.1](v3.1.0...v4.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](79668a5))
1 parent 79668a5 commit 59307d6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.0-beta.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v3.1.0...v4.0.0-beta.1) (2024-03-17)
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+
112
## [3.1.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v3.0.0...v3.1.0) (2024-02-14)
213

314
### Features

Diff for: package-lock.json

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

Diff for: 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": "3.1.0",
3+
"version": "4.0.0-beta.1",
44
"description": "commitlint plugin to use functions as rule value",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)