conventional-commits-parser
Advanced tools
Comparing version 2.1.7 to 3.0.0
@@ -6,3 +6,21 @@ # Change Log | ||
<a name="2.1.7"></a> | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@2.1.7...conventional-commits-parser@3.0.0) (2018-05-29) | ||
### Chores | ||
* **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0)) | ||
### BREAKING CHANGES | ||
* **package:** Set the package's minimum required Node version to be the oldest LTS | ||
currently supported by the Node Release working group. At this time, | ||
that is Node 6 (which is in its Maintenance LTS phase). | ||
<a name="2.1.7"></a> | ||
## [2.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@2.1.6...conventional-commits-parser@2.1.7) (2018-03-27) | ||
@@ -15,3 +33,3 @@ | ||
<a name="2.1.6"></a> | ||
<a name="2.1.6"></a> | ||
## [2.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@2.1.5...conventional-commits-parser@2.1.6) (2018-03-22) | ||
@@ -18,0 +36,0 @@ |
{ | ||
"name": "conventional-commits-parser", | ||
"version": "2.1.7", | ||
"version": "3.0.0", | ||
"description": "Parse raw conventional commits", | ||
@@ -19,2 +19,5 @@ "bugs": { | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"files": [ | ||
@@ -21,0 +24,0 @@ "index.js", |
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
49444