conventional-commits-parser
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.7...conventional-commits-parser@3.0.8) (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)) | ||
## [3.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.6...conventional-commits-parser@3.0.7) (2019-11-07) | ||
@@ -8,0 +19,0 @@ |
27
cli.js
@@ -46,21 +46,34 @@ #!/usr/bin/env node | ||
'header-pattern': { | ||
alias: `p` | ||
alias: 'p', | ||
type: 'string' | ||
}, | ||
'header-correspondence': { | ||
alias: `c` | ||
alias: 'c', | ||
type: 'string' | ||
}, | ||
'reference-actions': { | ||
alias: `r` | ||
alias: 'r', | ||
type: 'string' | ||
}, | ||
'issue-prefixes': { | ||
alias: `i` | ||
alias: 'i', | ||
type: 'string' | ||
}, | ||
'note-keywords': { | ||
alias: `n` | ||
alias: 'n', | ||
type: 'string' | ||
}, | ||
'field-pattern': { | ||
alias: `f` | ||
alias: 'f', | ||
type: 'string' | ||
}, | ||
'revert-pattern': { | ||
type: 'string' | ||
}, | ||
'revert-correspondence': { | ||
type: 'string' | ||
}, | ||
verbose: { | ||
alias: `v` | ||
alias: 'v', | ||
type: 'boolean' | ||
} | ||
@@ -67,0 +80,0 @@ } |
{ | ||
"name": "conventional-commits-parser", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Parse raw conventional commits", | ||
@@ -39,3 +39,3 @@ "bugs": { | ||
"lodash": "^4.17.15", | ||
"meow": "^4.0.0", | ||
"meow": "^5.0.0", | ||
"split2": "^2.0.0", | ||
@@ -51,3 +51,3 @@ "through2": "^3.0.0", | ||
}, | ||
"gitHead": "741e90744cdb58e82e71feb36018047d7baca768" | ||
"gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53443
521
+ Addedmeow@5.0.0(transitive)
+ Addedyargs-parser@10.1.0(transitive)
- Removedmeow@4.0.1(transitive)
- Removedminimist@1.2.8(transitive)
Updatedmeow@^5.0.0