From da0cd0ed71e18245de46252b194fbf67a428cf23 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 15 Apr 2025 15:54:03 +0000 Subject: [PATCH] fix(cli): Refresh internal CLI tooling and configuration for consistency. --- 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 f1695db..7c3773d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-04-15 - 1.15.1 - fix(cli) +Refresh internal CLI tooling and configuration for consistency. + + ## 2025-04-15 - 1.15.0 - feat(config/template) Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c0773c8..579afca 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: '1.15.0', + version: '1.15.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.' }