fix(format): Fixed async issue in tsconfig module lookup and corrected property access

This commit is contained in:
2024-10-27 02:09:04 +02:00
parent 4f0fb26a15
commit 3c5a8282ab
3 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.10.0',
version: '1.10.1',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}