From 6ec5d275bba355b1678369bca18c8ecfceb4bc6f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 7 Mar 2025 02:30:14 +0000 Subject: [PATCH] fix(cli): Improve commit message logging --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index de44fcb..4a99a3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-03-07 - 1.13.1 - fix(cli) +Improve commit message logging + +- Updated logging to display recommended next commit details. +- Enabled interactive prompt for choosing commit type and scope. + ## 2025-02-28 - 1.13.0 - feat(templates) Updated and added new TypeScript template files for npm projects diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index aed1090..f3fb537 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '1.13.0', + version: '1.13.1', description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.' }