From 06f2de323015443afee7dee11abcd568c316fb79 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 10 May 2026 11:11:03 +0000 Subject: [PATCH] v2.16.1 --- changelog.md | 4 +++- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 2d8f91a..8327359 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,13 @@ ## Pending + +## 2026-05-10 - 2.16.1 + ### Fixes - Prevent startup update checks from crashing when installed package metadata is incomplete. - ## 2026-05-10 - 2.16.0 ### Features diff --git a/package.json b/package.json index f590ce5..06eb90a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@git.zone/cli", "private": false, - "version": "2.16.0", + "version": "2.16.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.", "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 3bcd69f..444d0e6 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.16.0', + version: '2.16.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.' }