v5.12.0
Release / build-and-release (push) Successful in 53s

This commit is contained in:
2026-05-29 14:18:08 +00:00
parent f77d8c8ee9
commit 7c874a3119
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-05-29 - 5.12.0
### Features
- support unknown/unreachable duration thresholds (actions)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "5.11.2",
"version": "5.12.0",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "5.11.2",
"version": "5.12.0",
"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.2',
version: '5.12.0',
description: 'Network UPS Shutdown Tool - Monitor SNMP-enabled UPS devices and orchestrate graceful system shutdowns during power emergencies'
}