From 646e3c294fb9cab118298da2a26a558741782e52 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 24 Dec 2025 10:55:51 +0000 Subject: [PATCH] fix(statuspage): no changes detected; no version bump --- 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 8f16741..044beda 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-12-24 - 1.4.1 - fix(statuspage) +no changes detected; no version bump + +- No files changed in the provided git diff +- package.json version is 1.4.0 — no version bump recommended + ## 2025-12-24 - 1.4.0 - feat(statuspage-incidents) Add status icons/labels and revamp incident header layout; replace left border with internal severity bar and clean up formatting diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index cc9684b..b775937 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.4.0', + version: '1.4.1', description: 'A catalog of web components for the UptimeLink dashboard.' }