From 42d0d458630a790356688de0a91fe8d5a0ef3276 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 01:30:39 +0000 Subject: [PATCH] chore(release): 3.5.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.5.1](https://github.com/jimmy-guzman/gitzy/compare/v3.5.0...v3.5.1) (2023-08-24) ### Bug Fixes * **deps:** 🐛 bump `yaml` to v2.2.2 to fix security vulnerability ([a91ea7d](https://github.com/jimmy-guzman/gitzy/commit/a91ea7d148f06fe7ac2f2c213e6aff8dad49e9f8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7807b6fe..3476ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.1](https://github.com/jimmy-guzman/gitzy/compare/v3.5.0...v3.5.1) (2023-08-24) + + +### Bug Fixes + +* **deps:** 🐛 bump `yaml` to v2.2.2 to fix security vulnerability ([a91ea7d](https://github.com/jimmy-guzman/gitzy/commit/a91ea7d148f06fe7ac2f2c213e6aff8dad49e9f8)) + # [3.5.0](https://github.com/jimmy-guzman/gitzy/compare/v3.4.0...v3.5.0) (2023-08-24) diff --git a/package.json b/package.json index ba373083..9914e9dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.5.0", + "version": "3.5.1", "author": "jimmy-guzman @jimmy-guzman", "repository": "jimmy-guzman/gitzy", "bugs": "https://github.com/jimmy-guzman/gitzy/issues",