From 7686504e4e41469681cc6f5d19b0af39da9b5733 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 10 May 2026 13:09:36 +0000 Subject: [PATCH] v2.17.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 275124e..0d9e8e4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-10 - 2.17.0 + ### Features - Add guided project, CLI, release, and doctor flows to `gitzone config`. diff --git a/package.json b/package.json index 06eb90a..b58dfa4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@git.zone/cli", "private": false, - "version": "2.16.1", + "version": "2.17.0", "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 444d0e6..9434c04 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.1', + version: '2.17.0', 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.' }