From 482a76e3039df7b951c6ed0dde2071bca9c619d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2024 19:22:12 +0000 Subject: [PATCH] chore(release): 5.7.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.7.1](https://github.com/jimmy-guzman/gitzy/compare/v5.7.0...v5.7.1) (2024-11-17) ### Bug Fixes * 🐛 pin `enquirer` v2.3.6 to support "*" ([#488](https://github.com/jimmy-guzman/gitzy/issues/488)) ([7bc2b0d](https://github.com/jimmy-guzman/gitzy/commit/7bc2b0dd625224374c0a66648b385fc82d5436c3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcaf2d2..38922bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.7.1](https://github.com/jimmy-guzman/gitzy/compare/v5.7.0...v5.7.1) (2024-11-17) + + +### Bug Fixes + +* 🐛 pin `enquirer` v2.3.6 to support "*" ([#488](https://github.com/jimmy-guzman/gitzy/issues/488)) ([7bc2b0d](https://github.com/jimmy-guzman/gitzy/commit/7bc2b0dd625224374c0a66648b385fc82d5436c3)) + # [5.7.0](https://github.com/jimmy-guzman/gitzy/compare/v5.6.0...v5.7.0) (2024-11-10) diff --git a/package.json b/package.json index 6b4564bb..649b24c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "5.7.0", + "version": "5.7.1", "author": "jimmy-guzman @jimmy-guzman", "repository": "jimmy-guzman/gitzy", "bugs": "https://github.com/jimmy-guzman/gitzy/issues",