fix(changecache/prettier): Skip directories during file processing to prevent errors in changecache and prettier formatting

This commit is contained in:
2025-08-08 05:18:19 +00:00
parent 49a5a66440
commit 83d374dffd
4 changed files with 38 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.16.1',
version: '1.16.3',
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.'
}