conventional-github-releaser
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -6,2 +6,23 @@ # Change Log | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@2.0.2...conventional-github-releaser@3.0.0) (2018-05-29) | ||
### Bug Fixes | ||
* **deps:** update dependency gh-got to ^7.0.0 ([28353f3](https://github.com/conventional-changelog/releaser-tools/commit/28353f3)) | ||
* chore(package): set Node requirement to oldest supported LTS (#329) ([3259357](https://github.com/conventional-changelog/releaser-tools/commit/3259357)), closes [#329](https://github.com/conventional-changelog/releaser-tools/issues/329) | ||
### BREAKING CHANGES | ||
* 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.0.2"></a> | ||
@@ -8,0 +29,0 @@ ## [2.0.2](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@2.0.1...conventional-github-releaser@2.0.2) (2018-03-19) |
@@ -11,4 +11,3 @@ { | ||
"engines": { | ||
"node": ">=4.2.0", | ||
"npm": ">=2.1.9" | ||
"node": ">=6.9.0" | ||
}, | ||
@@ -39,7 +38,7 @@ "files": [ | ||
}, | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"dependencies": { | ||
"conventional-changelog": "^1.1.0", | ||
"dateformat": "^3.0.0", | ||
"gh-got": "^6.0.0", | ||
"gh-got": "^7.0.0", | ||
"git-semver-tags": "^1.0.0", | ||
@@ -46,0 +45,0 @@ "lodash.merge": "^4.0.2", |
@@ -201,3 +201,3 @@ # conventional-github-releaser | ||
We only support [Long-Term Support](https://github.com/nodejs/LTS) versions of Node. | ||
We only support [Long-Term Support](https://github.com/nodejs/Release) versions of Node. | ||
@@ -204,0 +204,0 @@ We specifically limit our support to LTS versions of Node, not because this package won't work on other versions, but because we have a limited amount of time, and supporting LTS offers the greatest return on that investment. |
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
23369
+ Added@sindresorhus/is@0.7.0(transitive)
+ Addedcacheable-request@2.1.4(transitive)
+ Addedclone-response@1.0.2(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedfrom2@2.3.0(transitive)
+ Addedgh-got@7.1.0(transitive)
+ Addedgot@8.3.2(transitive)
+ Addedhttp-cache-semantics@3.8.1(transitive)
+ Addedinto-stream@3.1.0(transitive)
+ Addedjson-buffer@3.0.0(transitive)
+ Addedkeyv@3.0.0(transitive)
+ Addedlowercase-keys@1.0.0(transitive)
+ Addednormalize-url@2.0.1(transitive)
+ Addedp-cancelable@0.4.1(transitive)
+ Addedp-is-promise@1.1.0(transitive)
+ Addedp-timeout@2.0.1(transitive)
+ Addedprepend-http@2.0.0(transitive)
+ Addedquery-string@5.1.1(transitive)
+ Addedresponselike@1.0.2(transitive)
+ Addedsort-keys@2.0.0(transitive)
+ Addedstrict-uri-encode@1.1.0(transitive)
+ Addedurl-parse-lax@3.0.0(transitive)
- Removedgh-got@6.0.0(transitive)
- Removedgot@7.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedp-cancelable@0.3.0(transitive)
- Removedp-timeout@1.2.1(transitive)
- Removedprepend-http@1.0.4(transitive)
- Removedurl-parse-lax@1.0.0(transitive)
Updatedgh-got@^7.0.0