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

conventional-changelog-writer

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-writer - npm Package Compare versions

Comparing version 4.0.10 to 4.0.11

11

CHANGELOG.md

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

## [4.0.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.10...conventional-changelog-writer@4.0.11) (2019-11-14)
### Bug Fixes
* add types for cli flags ([#551](https://github.com/conventional-changelog/conventional-changelog/issues/551)) ([bf1d64a](https://github.com/conventional-changelog/conventional-changelog/commit/bf1d64aeaf8f262d4b2beec02d2aebb78df7343b))
## [4.0.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.9...conventional-changelog-writer@4.0.10) (2019-10-24)

@@ -8,0 +19,0 @@

6

cli.js

@@ -25,6 +25,8 @@ #!/usr/bin/env node

context: {
alias: `c`
alias: 'c',
type: 'string'
},
options: {
alias: `o`
alias: 'o',
type: 'string'
}

@@ -31,0 +33,0 @@ }

{
"name": "conventional-changelog-writer",
"version": "4.0.10",
"version": "4.0.11",
"description": "Write logs based on conventional commits and templates",

@@ -45,3 +45,3 @@ "bugs": {

"lodash": "^4.17.15",
"meow": "^4.0.0",
"meow": "^5.0.0",
"semver": "^6.0.0",

@@ -57,3 +57,3 @@ "split": "^1.0.0",

},
"gitHead": "e865af4df8d06795cebc7af09364ade19119e089"
"gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789"
}
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