Socket
Socket
Sign inDemoInstall

conventional-changelog-express

Package Overview
Dependencies
1
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.6 to 1.0.0

18

CHANGELOG.md

@@ -6,2 +6,20 @@ # Change Log

<a name="1.0.0"></a>
# [1.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-express@0.3.6...conventional-changelog-express@1.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="0.3.6"></a>

@@ -8,0 +26,0 @@ ## [0.3.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-express@0.3.5...conventional-changelog-express@0.3.6) (2018-03-27)

5

package.json
{
"name": "conventional-changelog-express",
"version": "0.3.6",
"version": "1.0.0",
"description": "conventional-changelog express preset",

@@ -21,2 +21,5 @@ "main": "index.js",

"author": "Steve Mao",
"engines": {
"node": ">=6.9.0"
},
"license": "ISC",

@@ -23,0 +26,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc