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

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.0.15 to 0.0.16

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name"0.0.16"></a>
### 0.0.16 (2015-03-19)
#### Bug Fixes
* **git:** generate the correct cmd of git log when there is no tags ([dcd7551f](https://github.com/ajoslin/conventional-changelog/commit/dcd7551f), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47), [#48](https://github.com/ajoslin/conventional-changelog/issues/48))
<a name"0.0.15"></a>

@@ -2,0 +11,0 @@ ### 0.0.15 (2015-03-19)

5

lib/git.js

@@ -107,6 +107,5 @@ var extend = require('lodash.assign');

var cmd = 'git log --grep="%s" -E --format=%s %s';
cmd = template(
var cmd = template(
'git log --grep="<%= grep %>" -E --format=<%= format %> ' +
'"<%= from ? [from,to].join("..") : "" %>"'
'<%= from ? [from,to].join("..") : "" %> '
)(options);

@@ -113,0 +112,0 @@

2

package.json
{
"name": "conventional-changelog",
"version": "0.0.15",
"version": "0.0.16",
"description": "Generate a markdown changelog from git commit metadata",

@@ -5,0 +5,0 @@ "main": "index.js",

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