From c92d7499e2f50ee31bd03bd731b0b2f67c0c7cca Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 29 May 2026 14:03:35 +0000 Subject: [PATCH] v5.11.2 --- changelog.md | 3 +++ deno.json | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 6e0aaf8..e82e829 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-29 - 5.11.2 + ### Fixes - require confirmed battery state before running Proxmox actions (proxmox) diff --git a/deno.json b/deno.json index 07c7142..1d142c2 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/nupst", - "version": "5.11.1", + "version": "5.11.2", "exports": "./mod.ts", "nodeModulesDir": "auto", "tasks": { diff --git a/package.json b/package.json index 28172c9..1481f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/nupst", - "version": "5.11.1", + "version": "5.11.2", "description": "Network UPS Shutdown Tool - Monitor SNMP-enabled UPS devices and orchestrate graceful system shutdowns during power emergencies", "keywords": [ "ups", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9fe56d4..4cf028a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/nupst', - version: '5.11.1', + version: '5.11.2', description: 'Network UPS Shutdown Tool - Monitor SNMP-enabled UPS devices and orchestrate graceful system shutdowns during power emergencies' }