v2.16.1
This commit is contained in:
+3
-1
@@ -2,11 +2,13 @@
|
||||
|
||||
## Pending
|
||||
|
||||
|
||||
## 2026-05-10 - 2.16.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- Prevent startup update checks from crashing when installed package metadata is incomplete.
|
||||
|
||||
|
||||
## 2026-05-10 - 2.16.0
|
||||
|
||||
### Features
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "2.16.0",
|
||||
"version": "2.16.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.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '2.16.0',
|
||||
version: '2.16.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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user