From 7c4bcfa46fad5466007d0465406ba0490a1b977a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 29 Dec 2025 01:19:07 +0000 Subject: [PATCH] fix(statuspage): no changes (empty commit) --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6638a62..b4dd612 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-12-29 - 1.5.1 - fix(statuspage) +no changes (empty commit) + +- No files were modified in this commit. +- Current package version remains 1.5.0 as defined in package.json. + ## 2025-12-28 - 1.5.0 - feat(html) configure deesWccTools with sections metadata for Elements and Pages diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index eae61d5..f135ad1 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@uptime.link/statuspage', - version: '1.5.0', + version: '1.5.1', description: 'A catalog of web components for the UptimeLink dashboard.' }