From 99a76da25d4c06eb986d407ffe945dcf0487df6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 01:08:17 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.5.0](https://github.com/jimmy-guzman/gitzy/compare/v3.4.0...v3.5.0) (2023-08-24) ### Features * **build:** ✨ use `pkgroll` for simpler bundling and less deps ([f331fdb](https://github.com/jimmy-guzman/gitzy/commit/f331fdb7fdfe92d3af61ea8fc1a1ebccf69d8c1c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3897a06..7807b6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.5.0](https://github.com/jimmy-guzman/gitzy/compare/v3.4.0...v3.5.0) (2023-08-24) + + +### Features + +* **build:** ✨ use `pkgroll` for simpler bundling and less deps ([f331fdb](https://github.com/jimmy-guzman/gitzy/commit/f331fdb7fdfe92d3af61ea8fc1a1ebccf69d8c1c)) + # [3.4.0](https://github.com/jimmy-guzman/gitzy/compare/v3.3.0...v3.4.0) (2022-08-14) diff --git a/package.json b/package.json index c43ddc1b..0f4a46e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.4.0", + "version": "3.5.0", "author": "jimmy-guzman @jimmy-guzman", "repository": "jimmy-guzman/gitzy", "bugs": "https://github.com/jimmy-guzman/gitzy/issues",