@commitlint/lint
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02) | ||
| **Note:** Version bump only for package @commitlint/lint | ||
| # [12.1.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06) | ||
@@ -8,0 +16,0 @@ |
+7
-7
| { | ||
| "name": "@commitlint/lint", | ||
| "version": "12.1.0", | ||
| "version": "12.1.1", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -38,11 +38,11 @@ "main": "lib/lint.js", | ||
| "@commitlint/test": "^12.1.0", | ||
| "@commitlint/utils": "^12.0.1" | ||
| "@commitlint/utils": "^12.1.1" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^12.1.0", | ||
| "@commitlint/parse": "^12.1.0", | ||
| "@commitlint/rules": "^12.1.0", | ||
| "@commitlint/types": "^12.0.1" | ||
| "@commitlint/is-ignored": "^12.1.1", | ||
| "@commitlint/parse": "^12.1.1", | ||
| "@commitlint/rules": "^12.1.1", | ||
| "@commitlint/types": "^12.1.1" | ||
| }, | ||
| "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" | ||
| "gitHead": "32daec2277f3db2855996db57264bed36ed5db21" | ||
| } |
22454
0.75%Updated
Updated
Updated