git-raw-commits
Advanced tools
Comparing version 2.0.0 to 2.0.2
@@ -6,2 +6,24 @@ # Change Log | ||
## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.1...git-raw-commits@2.0.2) (2019-04-10) | ||
### Bug Fixes | ||
* **deps:** update dependency through2 to v3 ([#392](https://github.com/conventional-changelog/conventional-changelog/issues/392)) ([26fe91f](https://github.com/conventional-changelog/conventional-changelog/commit/26fe91f)) | ||
## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.0...git-raw-commits@2.0.1) (2018-11-01) | ||
### Bug Fixes | ||
* Upgrade to Lerna 3, fix Node.js v11 error ([#385](https://github.com/conventional-changelog/conventional-changelog/issues/385)) ([cdef282](https://github.com/conventional-changelog/conventional-changelog/commit/cdef282)) | ||
<a name="2.0.0"></a> | ||
@@ -8,0 +30,0 @@ # [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@1.3.6...git-raw-commits@2.0.0) (2018-05-29) |
{ | ||
"name": "git-raw-commits", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Get raw git commits out of your repository using git-log(1)", | ||
@@ -40,11 +40,5 @@ "bugs": { | ||
"split2": "^2.0.0", | ||
"through2": "^2.0.0" | ||
"through2": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"mkdirp": "^0.5.1", | ||
"shelljs": "^0.8.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix .", | ||
"test": "npm run-script lint && mocha --timeout 30000", | ||
"test-windows": "mocha --timeout 30000" | ||
@@ -54,3 +48,4 @@ }, | ||
"git-raw-commits": "cli.js" | ||
} | ||
}, | ||
"gitHead": "b3416cbb411f49420b13e8fe306528b372b07a8b" | ||
} |
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
11800
0
+ Addedthrough2@3.0.2(transitive)
Updatedthrough2@^3.0.0