@commitlint/execute-rule
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13) | ||
**Note:** Version bump only for package @commitlint/execute-rule | ||
## [9.1.1](https://github.com/conventional-changelog/commitlint/compare/v9.1.0...v9.1.1) (2020-06-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/execute-rule", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "Lint your commit messages", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=v8.17.0" | ||
}, | ||
@@ -38,5 +38,5 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/utils": "^9.1.1" | ||
"@commitlint/utils": "^9.1.2" | ||
}, | ||
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca" | ||
"gitHead": "41d4f5851508be1421bd23e0424cacf043bc6a88" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7944