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