From b38c99aaa0e2bd26f496eae352036175ac879440 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 28 Oct 2025 18:39:51 +0000 Subject: [PATCH] fix(deps): Bump smartcli dependency and add local settings file --- changelog.md | 6 ++++++ deno.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 38f4ea7..b646ae3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-10-28 - 1.3.6 - fix(deps) +Bump smartcli dependency and add local settings file + +- Bumped @push.rocks/smartcli from ^4.0.18 to ^4.0.19 in deno.json +- Added .claude/settings.local.json (development/local settings file) + ## 2025-10-28 - 1.3.5 - fix(smartcli) Bump @push.rocks/smartcli to ^4.0.18 and add local settings file for tooling permissions diff --git a/deno.json b/deno.json index 89f3c6a..cd55211 100644 --- a/deno.json +++ b/deno.json @@ -40,7 +40,7 @@ "@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2", "@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1", "@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.0", - "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.18", + "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.19", "@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5", "@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23", "@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4c7924a..8ab293b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/moxytool', - version: '1.3.5', + version: '1.3.6', description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration' }