From 4890afb2f00ac16a1a2e5c6235884cd43cb63418 Mon Sep 17 00:00:00 2001 From: Philipp Kunz <code@philkunz.com> Date: Tue, 15 Apr 2025 15:53:34 +0000 Subject: [PATCH] 1.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd555b6..a6b0077 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@git.zone/cli", "private": false, - "version": "1.14.1", + "version": "1.15.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.ts", "typings": "dist_ts/index.d.ts",