@commitlint/read
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06) | ||
### Bug Fixes | ||
* use sander.readFile correctly ([#448](https://github.com/conventional-changelog/commitlint/issues/448)) ([#630](https://github.com/conventional-changelog/commitlint/issues/630)) ([8e47985](https://github.com/conventional-changelog/commitlint/commit/8e47985)) | ||
<a name="7.5.0"></a> | ||
@@ -8,0 +19,0 @@ # [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31) |
@@ -114,3 +114,3 @@ 'use strict'; | ||
} else { | ||
return Promise.resolve(sander.readFile(dotgitPath, 'utf8')).then(function ($await_6) { | ||
return Promise.resolve(sander.readFile(dotgitPath, { encoding: 'utf-8' })).then(function ($await_6) { | ||
try { | ||
@@ -117,0 +117,0 @@ gitFile = $await_6; |
{ | ||
"name": "@commitlint/read", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"description": "Read commit messages from a specified range or last edit", | ||
@@ -11,3 +11,2 @@ "main": "lib/index.js", | ||
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps", | ||
"clean": "npx rimraf lib", | ||
"deps": "dep-check", | ||
@@ -61,15 +60,14 @@ "pkg": "pkg-check --skip-import", | ||
"devDependencies": { | ||
"@commitlint/test": "^7.5.0", | ||
"@commitlint/utils": "^7.5.0", | ||
"@commitlint/test": "^7.6.0", | ||
"@commitlint/utils": "^7.6.0", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^7.5.0", | ||
"babel-preset-commitlint": "^7.6.0", | ||
"babel-register": "6.26.0", | ||
"concurrently": "3.5.1", | ||
"cross-env": "5.1.1", | ||
"execa": "0.9.0", | ||
"rimraf": "2.6.1" | ||
"execa": "0.9.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/top-level": "^7.5.0", | ||
"@commitlint/top-level": "^7.6.0", | ||
"@marionebl/sander": "^0.6.0", | ||
@@ -76,0 +74,0 @@ "babel-runtime": "^6.23.0", |
Sorry, the diff of this file is not supported yet
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
25342
9
Updated@commitlint/top-level@^7.6.0