conventional-changelog-writer
Advanced tools
Comparing version 4.0.10 to 4.0.11
@@ -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 @@ |
@@ -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" | ||
} |
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
57034
412
+ Addedmeow@5.0.0(transitive)
+ Addedyargs-parser@10.1.0(transitive)
- Removedmeow@4.0.1(transitive)
Updatedmeow@^5.0.0