@commitlint/read
Advanced tools
Comparing version 8.1.0 to 8.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16) | ||
**Note:** Version bump only for package @commitlint/read | ||
# [8.1.0](https://github.com/conventional-changelog/commitlint/compare/v8.0.0...v8.1.0) (2019-07-15) | ||
@@ -8,0 +16,0 @@ |
@@ -137,3 +137,3 @@ 'use strict'; | ||
} | ||
module.exports = exports['default']; | ||
module.exports = exports.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@commitlint/read", | ||
"version": "8.1.0", | ||
"version": "8.2.0", | ||
"description": "Read commit messages from a specified range or last edit", | ||
@@ -59,14 +59,14 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/test": "8.0.0", | ||
"@commitlint/utils": "^8.1.0", | ||
"@commitlint/test": "^8.2.0", | ||
"@commitlint/utils": "^8.2.0", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^8.0.0", | ||
"babel-preset-commitlint": "^8.2.0", | ||
"babel-register": "6.26.0", | ||
"concurrently": "3.5.1", | ||
"concurrently": "3.6.1", | ||
"cross-env": "5.1.1", | ||
"execa": "0.9.0" | ||
"execa": "0.11.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/top-level": "^8.1.0", | ||
"@commitlint/top-level": "^8.2.0", | ||
"@marionebl/sander": "^0.6.0", | ||
@@ -76,3 +76,3 @@ "babel-runtime": "^6.23.0", | ||
}, | ||
"gitHead": "c17420d67adafdf37f68d6861d29a0e85a4a3bd7" | ||
"gitHead": "78ef64994b33aa00668831c0bef11ddec75b74f0" | ||
} |
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
25725
Updated@commitlint/top-level@^8.2.0