From 906d6441c229c146f46e050996c4810d98f7ca4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Mar 2022 23:10:55 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.2.0](https://github.com/jimmy-guzman/gitzy/compare/v3.1.0...v3.2.0) (2022-03-14) ### Features * **deps:** ✨ bump `commander` to `^9.0.0` ([d87a057](https://github.com/jimmy-guzman/gitzy/commit/d87a0576abb641b1a9bad932f29229aa281f4e85)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54e493d..a9b8ba2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/jimmy-guzman/gitzy/compare/v3.1.0...v3.2.0) (2022-03-14) + + +### Features + +* **deps:** ✨ bump `commander` to `^9.0.0` ([d87a057](https://github.com/jimmy-guzman/gitzy/commit/d87a0576abb641b1a9bad932f29229aa281f4e85)) + # [3.1.0](https://github.com/jimmy-guzman/gitzy/compare/v3.0.0...v3.1.0) (2022-01-15) diff --git a/package.json b/package.json index 9f0f3a73..283db779 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.1.0", + "version": "3.2.0", "author": "jimmy-guzman @jimmy-guzman", "main": "dist/index.js", "repository": "jimmy-guzman/gitzy",