Socket
Socket
Sign inDemoInstall

conventional-changelog-cli

Package Overview
Dependencies
126
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.8 to 1.3.9

11

CHANGELOG.md

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

<a name="1.3.9"></a>
## [1.3.9](https://github.com/conventional-changelog/conventional-changelog-cli/compare/conventional-changelog-cli@1.3.8...conventional-changelog-cli@1.3.9) (2018-02-05)
### Bug Fixes
* **cli:** set options.config to loaded custom config for processing ([3d8b243](https://github.com/conventional-changelog/conventional-changelog-cli/commit/3d8b243)), closes [#227](https://github.com/conventional-changelog/conventional-changelog-cli/issues/227)
<a name="1.3.8"></a>

@@ -8,0 +19,0 @@ ## [1.3.8](https://github.com/conventional-changelog/conventional-changelog-cli/compare/conventional-changelog-cli@1.3.7...conventional-changelog-cli@1.3.8) (2018-01-29)

1

cli.js

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

config = require(resolve(process.cwd(), flags.config));
options.config = config;
} else {

@@ -117,0 +118,0 @@ config = {};

5

package.json
{
"name": "conventional-changelog-cli",
"version": "1.3.8",
"version": "1.3.9",
"description": "Generate a changelog from git metadata",

@@ -32,2 +32,3 @@ "homepage": "https://github.com/conventional-changelog/conventional-changelog-cli",

"mocha": "*",
"q": "^1.5.1",
"shelljs": "^0.6.0"

@@ -37,3 +38,3 @@ },

"add-stream": "^1.0.0",
"conventional-changelog": "^1.1.10",
"conventional-changelog": "^1.1.11",
"lodash": "^4.1.0",

@@ -40,0 +41,0 @@ "meow": "^3.7.0",

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