@commitlint/config-patternplate
Advanced tools
Comparing version 11.0.0 to 12.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18) | ||
**Note:** Version bump only for package @commitlint/config-patternplate | ||
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/config-patternplate", | ||
"version": "11.0.0", | ||
"version": "12.0.0", | ||
"description": "Lint your commits, patternplate-style", | ||
@@ -29,6 +29,6 @@ "files": [ | ||
"engines": { | ||
"node": ">=v10.22.0" | ||
"node": ">=v10" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-angular": "^11.0.0", | ||
"@commitlint/config-angular": "^12.0.0", | ||
"globby": "^11.0.0", | ||
@@ -38,5 +38,5 @@ "lodash": "^4.17.19" | ||
"devDependencies": { | ||
"@commitlint/utils": "^11.0.0" | ||
"@commitlint/utils": "^12.0.0" | ||
}, | ||
"gitHead": "922317463f7c90c0fb319e075de533dd63343863" | ||
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" | ||
} |
11261
+ Added@commitlint/config-angular@12.1.4(transitive)
+ Added@commitlint/config-angular-type-enum@12.1.4(transitive)
- Removed@commitlint/config-angular@11.0.0(transitive)
- Removed@commitlint/config-angular-type-enum@11.0.0(transitive)