2 Commits

Author SHA1 Message Date
0b58441c3d v1.4.1 2025-12-24 10:55:51 +00:00
646e3c294f fix(statuspage): no changes detected; no version bump 2025-12-24 10:55:51 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@uptime.link/statuspage",
"version": "1.4.0",
"version": "1.4.1",
"private": false,
"description": "A catalog of web components for the UptimeLink dashboard.",
"main": "dist_ts_web/index.js",

View File

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