This commit is contained in:
2026-05-10 11:05:17 +00:00
parent f421c5851d
commit d88e2d05bb
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-10 - 2.16.0
### Features ### Features
- Add `gitzone tools` for managing the global `@git.zone` toolchain from the main CLI. - Add `gitzone tools` for managing the global `@git.zone` toolchain from the main CLI.
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@git.zone/cli", "name": "@git.zone/cli",
"private": false, "private": false,
"version": "2.15.0", "version": "2.16.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.", "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", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', name: '@git.zone/cli',
version: '2.15.0', version: '2.16.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.' 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.'
} }