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.' }