We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97716d commit 333afaeCopy full SHA for 333afae
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@commitlint/config-conventional",
3
- "version": "12.1.3",
+ "version": "12.1.4",
4
"description": "Shareable commitlint config enforcing conventional commits",
5
"files": [
6
"index.js"
@@ -32,8 +32,8 @@
32
"node": ">=v10"
33
},
34
"devDependencies": {
35
- "@commitlint/lint": "^12.1.3",
36
- "@commitlint/utils": "^12.1.3"
+ "@commitlint/lint": "^12.1.4",
+ "@commitlint/utils": "^12.1.4"
37
38
"dependencies": {
39
"conventional-changelog-conventionalcommits": "^4.3.1"
0 commit comments