From c43f2ee479a0a1ace89b3e3c9b3e30bce0916043 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Nov 2021 01:42:28 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",