Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2021-11-09)

### Bug Fixes

* **cli:** πŸ› prevent wraping if `headerMaxLength` is over `72` ([9b1ed6b](9b1ed6b))

### Features

* **cli:** ✨ add `skip when none` hint to breaking change prompt ([614f502](614f502))
  • Loading branch information
semantic-release-bot committed Nov 9, 2021
1 parent 9b1ed6b commit c43f2ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/jimmy-guzman/gitzy/compare/v2.0.1...v2.1.0) (2021-11-09)


### Bug Fixes

* **cli:** πŸ› prevent wraping if `headerMaxLength` is over `72` ([9b1ed6b](https://github.com/jimmy-guzman/gitzy/commit/9b1ed6b384cb67ffcb0de0b779ded868a83f1c3a))


### Features

* **cli:** ✨ add `skip when none` hint to breaking change prompt ([614f502](https://github.com/jimmy-guzman/gitzy/commit/614f502210c4ae49c203ce12599737d4a3090422))

## [2.0.1](https://github.com/jimmy-guzman/gitzy/compare/v2.0.0...v2.0.1) (2021-09-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitzy",
"description": "interactive conventional commits cli",
"version": "2.0.1",
"version": "2.1.0",
"author": "jimmy-guzman @jimmy-guzman",
"main": "dist/index.js",
"repository": "jimmy-guzman/gitzy",
Expand Down

0 comments on commit c43f2ee

Please sign in to comment.