Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conventional-github-releaser

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-github-releaser - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

21

CHANGELOG.md

@@ -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)

7

package.json

@@ -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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc