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.14 to 0.0.15

13

CHANGELOG.md

@@ -1,3 +0,3 @@

<a name"0.0.13"></a>
### 0.0.13 (2015-03-14)
<a name"0.0.15"></a>
### 0.0.15 (2015-03-19)

@@ -7,2 +7,11 @@

* **log:** correct out put for `options.from` and `options.to` ([31ddb112](https://github.com/ajoslin/conventional-changelog/commit/31ddb112), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47))
<a name"0.0.14"></a>
### 0.0.14 (2015-03-14)
#### Bug Fixes
* **writeLog:** fix require statement for Writer ([a478f806](https://github.com/ajoslin/conventional-changelog/commit/a478f806))

@@ -9,0 +18,0 @@

2

index.js

@@ -8,4 +8,2 @@ var fs = require('fs');

function getChangelogCommits() {
options.log('Generating changelog from %s to %s...', options.from, options.to);
git.getCommits(options, function(err, commits) {

@@ -12,0 +10,0 @@ if (err) {

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

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

@@ -110,0 +112,0 @@ )(options);

{
"name": "conventional-changelog",
"version": "0.0.14",
"version": "0.0.15",
"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