Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linpengteng committed Dec 15, 2022
1 parent 3ae6da0 commit a269f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
{
type: 'input',
name: 'breaking',
message: '请列出任何重大变化(可选)\n',
message: '请列出任何重大变化(可选)',
when(answers) {
return ['feat', 'fix'].includes(answers.type.toLowerCase())
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-message-helper",
"version": "1.1.3",
"version": "1.1.4",
"description": "A commit message helper for commitizen",
"license": "MIT",
"author": "lin pengteng <china.linpengteng@gmail.com>",
Expand Down

0 comments on commit a269f0e

Please sign in to comment.