commitlint-config-angular
Advanced tools
Comparing version 8.3.4 to 8.3.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [8.3.6](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v8.3.6) (2021-11-17) | ||
**Note:** Version bump only for package commitlint-config-angular | ||
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "commitlint-config-angular", | ||
"version": "8.3.4", | ||
"version": "8.3.6", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
@@ -31,8 +31,8 @@ "files": [ | ||
"dependencies": { | ||
"@commitlint/config-angular": "^8.3.4" | ||
"@commitlint/config-angular": "^8.3.6" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/utils": "^8.3.4" | ||
"@commitlint/utils": "^8.3.6" | ||
}, | ||
"gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b" | ||
"gitHead": "9ef77c205ce9338850b15374fd003f2052211803" | ||
} |
7727