v5.11.2
Release / build-and-release (push) Successful in 51s

This commit is contained in:
2026-05-29 14:03:35 +00:00
parent 4944071f0b
commit c92d7499e2
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-29 - 5.11.2
### Fixes
- require confirmed battery state before running Proxmox actions (proxmox)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "5.11.1",
"version": "5.11.2",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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'
}