commitlint-config-lerna-scopes
Advanced tools
Comparing version 12.0.0 to 12.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23) | ||
**Note:** Version bump only for package commitlint-config-lerna-scopes | ||
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "commitlint-config-lerna-scopes", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Shareable commitlint config enforcing lerna package names as scopes", | ||
@@ -32,8 +32,8 @@ "files": [ | ||
"dependencies": { | ||
"@commitlint/config-lerna-scopes": "^12.0.0" | ||
"@commitlint/config-lerna-scopes": "^12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/utils": "^12.0.0" | ||
"@commitlint/utils": "^12.0.1" | ||
}, | ||
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" | ||
"gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d" | ||
} |
10919