Socket
Socket
Sign inDemoInstall

conventional-changelog

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

2

cli.js

@@ -31,3 +31,3 @@ #!/usr/bin/env node

' --writer-opts A filepath of a javascript that is used to define conventional-commits-writer options'
].join('\n')
]
}, {

@@ -34,0 +34,0 @@ alias: {

{
"name": "conventional-changelog",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "Generate a changelog from git metadata",

@@ -29,3 +29,3 @@ "repository": {

"add-stream": "^1.0.0",
"compare-func": "^1.2.0",
"compare-func": "^1.3.1",
"conventional-commits-parser": "0.0.17",

@@ -36,5 +36,5 @@ "conventional-commits-writer": "0.0.14",

"git-latest-semver-tag": "0.0.0",
"git-raw-commits": "0.0.7",
"git-raw-commits": "0.0.8",
"lodash": "^3.9.3",
"meow": "^3.1.0",
"meow": "^3.3.0",
"q": "^1.4.1",

@@ -62,4 +62,4 @@ "semver": "^4.3.6",

"publishConfig": {
"tag": "0.1.0-alpha"
"tag": "next"
}
}

@@ -26,2 +26,8 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]

*Note:*: As the next release is still under development and we would like you to help test pre-release features, you can install by typing
```sh
$ npm install conventional-changelog@next
```
[Synopsis of Conventions](conventions)

@@ -28,0 +34,0 @@

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