v2.19.2
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-23 10:18:17 +00:00
parent 337fe2c64c
commit 5da1660c3e
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-23 - 2.19.2
### Fixes
- repair `gitzone tools update` for pnpm 11 global installs
@@ -9,7 +12,6 @@
- Runs global pnpm maintenance with project package-manager switching disabled.
- Refreshes pnpm v10 and v11 command shims before deleting stale managed global roots.
## 2026-05-14 - 2.19.1
### Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "2.19.1",
"version": "2.19.2",
"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",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.19.1',
version: '2.19.2',
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.'
}