From 5279f5dcec5896be921a2838a07bb4280b8e8e5b Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 5 Jun 2026 11:22:54 +0000 Subject: [PATCH] v2.19.6 --- changelog.md | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 8c78f6b..26cd6cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Pending +## 2026-06-05 - 2.19.6 ### Fixes diff --git a/package.json b/package.json index 3478ef2..5127a1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@git.zone/cli", "private": false, - "version": "2.19.5", + "version": "2.19.6", "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.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d7faa35..b80420d 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.19.5', + version: '2.19.6', 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.' }