From b83a696507358d7244a774a44371b6fc904e19b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Jul 2022 13:17:33 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.3.0](https://github.com/jimmy-guzman/gitzy/compare/v3.2.0...v3.3.0) (2022-07-24) ### Features * **deps:** ✨ bump `yaml` to v2 ([91d24e8](https://github.com/jimmy-guzman/gitzy/commit/91d24e86eed23cd7e20ff0ea7c246bb8e7e7438e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b8ba2b..ad8dfb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/jimmy-guzman/gitzy/compare/v3.2.0...v3.3.0) (2022-07-24) + + +### Features + +* **deps:** ✨ bump `yaml` to v2 ([91d24e8](https://github.com/jimmy-guzman/gitzy/commit/91d24e86eed23cd7e20ff0ea7c246bb8e7e7438e)) + # [3.2.0](https://github.com/jimmy-guzman/gitzy/compare/v3.1.0...v3.2.0) (2022-03-14) diff --git a/package.json b/package.json index 5fc92007..b51df596 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.2.0", + "version": "3.3.0", "author": "jimmy-guzman @jimmy-guzman", "main": "dist/index.js", "repository": "jimmy-guzman/gitzy",