diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bc3ab4..3b6ea52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index cbda0c11..a0ecb150 100644 --- a/package.json +++ b/package.json @@ -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",