From e0406a9fa9dec98a7a4f12335a0509f774d088d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Aug 2022 18:21:45 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.4.0](https://github.com/jimmy-guzman/gitzy/compare/v3.3.0...v3.4.0) (2022-08-14) ### Features * **cli:** ✨ allow issues hint to be customized w/ `issuesHint` option ([989d839](https://github.com/jimmy-guzman/gitzy/commit/989d839d32ddec0915e7c9c6d5aca7a2ba22f170)), closes [#337](https://github.com/jimmy-guzman/gitzy/issues/337) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8dfb6e..e3897a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://github.com/jimmy-guzman/gitzy/compare/v3.3.0...v3.4.0) (2022-08-14) + + +### Features + +* **cli:** ✨ allow issues hint to be customized w/ `issuesHint` option ([989d839](https://github.com/jimmy-guzman/gitzy/commit/989d839d32ddec0915e7c9c6d5aca7a2ba22f170)), closes [#337](https://github.com/jimmy-guzman/gitzy/issues/337) + # [3.3.0](https://github.com/jimmy-guzman/gitzy/compare/v3.2.0...v3.3.0) (2022-07-24) diff --git a/package.json b/package.json index 3595b1ff..c61120f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.3.0", + "version": "3.4.0", "author": "jimmy-guzman @jimmy-guzman", "main": "dist/index.js", "repository": "jimmy-guzman/gitzy",