diff --git a/changelog.md b/changelog.md index 71f1eaf..f1adf39 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-01-29 - 5.2.4 - fix() +no changes + +- No files changed in the provided git diff; no commit or version bump required. + ## 2026-01-29 - 5.2.3 - fix(core) fix lint/type issues and small refactors diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c404c70..bf381dc 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.2.3', + version: '5.2.4', description: 'Network UPS Shutdown Tool - Monitor SNMP-enabled UPS devices and orchestrate graceful system shutdowns during power emergencies' }