Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b58441c3d | |||
| 646e3c294f |
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user