Skip to content

Commit 493ad35

Browse files
committed
feat: add support for @commitlint/lint v10.x
The currently supported versions are 9.x, 10.x and 11.x, and will be updated when newer versions are available. It is intended to keep supporting these versions until there is some breaking change in commitlint that requires otherwhise.
1 parent b7da79c commit 493ad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/vidavidorra/commitlint-plugin-function-rules#readme",
4242
"peerDependencies": {
43-
"@commitlint/lint": "9.x || 11.x"
43+
"@commitlint/lint": "9.x || 10.x || 11.x"
4444
},
4545
"dependencies": {
4646
"@commitlint/types": "11.0.0"

0 commit comments

Comments
 (0)