@commitlint/lint
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [9.1.1](https://github.com/conventional-changelog/commitlint/compare/v9.1.0...v9.1.1) (2020-06-30) | ||
| **Note:** Version bump only for package @commitlint/lint | ||
| # [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21) | ||
@@ -8,0 +16,0 @@ |
+8
-8
| { | ||
| "name": "@commitlint/lint", | ||
| "version": "9.1.0", | ||
| "version": "9.1.1", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -37,12 +37,12 @@ "main": "lib/lint.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^9.1.0", | ||
| "@commitlint/utils": "^9.1.0" | ||
| "@commitlint/test": "^9.1.1", | ||
| "@commitlint/utils": "^9.1.1" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^9.1.0", | ||
| "@commitlint/parse": "^9.1.0", | ||
| "@commitlint/rules": "^9.1.0", | ||
| "@commitlint/types": "^9.1.0" | ||
| "@commitlint/is-ignored": "^9.1.1", | ||
| "@commitlint/parse": "^9.1.1", | ||
| "@commitlint/rules": "^9.1.1", | ||
| "@commitlint/types": "^9.1.1" | ||
| }, | ||
| "gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3" | ||
| "gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca" | ||
| } |
20726
0.8%Updated
Updated
Updated