v2.19.2
This commit is contained in:
+3
-1
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
|
|
||||||
|
## 2026-05-23 - 2.19.2
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- repair `gitzone tools update` for pnpm 11 global installs
|
- repair `gitzone tools update` for pnpm 11 global installs
|
||||||
@@ -9,7 +12,6 @@
|
|||||||
- Runs global pnpm maintenance with project package-manager switching disabled.
|
- Runs global pnpm maintenance with project package-manager switching disabled.
|
||||||
- Refreshes pnpm v10 and v11 command shims before deleting stale managed global roots.
|
- Refreshes pnpm v10 and v11 command shims before deleting stale managed global roots.
|
||||||
|
|
||||||
|
|
||||||
## 2026-05-14 - 2.19.1
|
## 2026-05-14 - 2.19.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"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.",
|
"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",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user