From b16eb75d81b164d0498023d968631d8619f04051 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 16 Apr 2026 19:44:17 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d2da0e1..55be167 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-16 - 2.14.1 - fix(repo) +no changes to commit + + ## 2026-04-16 - 2.14.0 - feat(cli) add machine-readable CLI help, recommendation, and configuration flows diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 57c116b..53acae9 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: '2.14.0', + version: '2.14.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.' }