@commitlint/lint
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23) | ||
| **Note:** Version bump only for package @commitlint/lint | ||
| # [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18) | ||
@@ -8,0 +16,0 @@ |
+8
-8
| { | ||
| "name": "@commitlint/lint", | ||
| "version": "12.0.0", | ||
| "version": "12.0.1", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -37,12 +37,12 @@ "main": "lib/lint.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^12.0.0", | ||
| "@commitlint/utils": "^12.0.0" | ||
| "@commitlint/test": "^12.0.1", | ||
| "@commitlint/utils": "^12.0.1" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^12.0.0", | ||
| "@commitlint/parse": "^12.0.0", | ||
| "@commitlint/rules": "^12.0.0", | ||
| "@commitlint/types": "^12.0.0" | ||
| "@commitlint/is-ignored": "^12.0.1", | ||
| "@commitlint/parse": "^12.0.1", | ||
| "@commitlint/rules": "^12.0.1", | ||
| "@commitlint/types": "^12.0.1" | ||
| }, | ||
| "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" | ||
| "gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d" | ||
| } |
22119
0.77%Updated
Updated
Updated