From 4ac2d99c3239db220db25092be4df7005054c636 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 28 Oct 2025 15:06:39 +0000 Subject: [PATCH] fix(smartcli): Update @push.rocks/smartcli to ^4.0.16 and add local Claude settings --- 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 564ab0a..2134b73 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-10-28 - 1.3.4 - fix(smartcli) +Update @push.rocks/smartcli to ^4.0.16 and add local Claude settings + +- Bump dependency in deno.json: @push.rocks/smartcli from ^4.0.15 to ^4.0.16 +- Add .claude/settings.local.json containing local permissions/configuration (development/local-only file) + ## 2025-10-28 - 1.3.3 - fix(deno.json) Bump @push.rocks/smartcli to ^4.0.15 and add local Claude settings diff --git a/deno.json b/deno.json index 23d23c9..a846d60 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.15", + "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.16", "@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 a33eb7e..b79c351 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.3', + version: '1.3.4', description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration' }