@commitlint/lint
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| # [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24) | ||
| **Note:** Version bump only for package @commitlint/lint | ||
| # [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24) | ||
@@ -8,0 +16,0 @@ |
+6
-6
| { | ||
| "name": "@commitlint/lint", | ||
| "version": "13.0.0", | ||
| "version": "13.1.0", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -41,8 +41,8 @@ "main": "lib/lint.js", | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^13.0.0", | ||
| "@commitlint/parse": "^13.0.0", | ||
| "@commitlint/rules": "^13.0.0", | ||
| "@commitlint/types": "^13.0.0" | ||
| "@commitlint/is-ignored": "^13.1.0", | ||
| "@commitlint/parse": "^13.1.0", | ||
| "@commitlint/rules": "^13.1.0", | ||
| "@commitlint/types": "^13.1.0" | ||
| }, | ||
| "gitHead": "ca0ddf736a495fe6868cb9b4c43ae65476a5a6bf" | ||
| "gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7" | ||
| } |
23366
0.72%Updated
Updated
Updated