From 70be11894c4d5bfc03b5e30e0cbb6a71632576fe Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 15 Dec 2025 17:46:17 +0000 Subject: [PATCH] fix(cli): noop: no changes --- 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 7ca77e9..f26f2b8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-12-15 - 2.12.2 - fix(cli) +noop: no changes + +- No source or documentation changes detected in the diff; nothing to release. +- Package version remains unchanged at 2.12.1. + ## 2025-12-15 - 2.12.1 - fix(cli) No changes detected — no version bump required diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index eb5b5d3..7b40202 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.12.1', + version: '2.12.2', 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.' }