@lerna/conventional-commits
Advanced tools
Comparing version 3.4.1 to 3.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27) | ||
### Bug Fixes | ||
* **conventional-commits:** Bump minimum dependency ranges for node v11 compat ([76fad65](https://github.com/lerna/lerna/commit/76fad65)) | ||
## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lerna/conventional-commits", | ||
"version": "3.4.1", | ||
"version": "3.5.0", | ||
"description": "Lerna's internal interface to conventional-changelog and friends", | ||
@@ -35,5 +35,5 @@ "keywords": [ | ||
"@lerna/validation-error": "^3.0.0", | ||
"conventional-changelog-angular": "^5.0.1", | ||
"conventional-changelog-core": "^3.1.0", | ||
"conventional-recommended-bump": "^4.0.1", | ||
"conventional-changelog-angular": "^5.0.2", | ||
"conventional-changelog-core": "^3.1.5", | ||
"conventional-recommended-bump": "^4.0.4", | ||
"fs-extra": "^7.0.0", | ||
@@ -45,3 +45,3 @@ "get-stream": "^4.0.0", | ||
}, | ||
"gitHead": "05a27a6d579fdc962f0e0588585b9fb7d0a453b7" | ||
"gitHead": "1c142db1ecb50120f0ddce8ff8a7d9cde1bee278" | ||
} |
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
14629