2 Commits

Author SHA1 Message Date
48464cb2f2 v1.5.1 2025-12-29 01:19:07 +00:00
7c4bcfa46f fix(statuspage): no changes (empty commit) 2025-12-29 01:19:07 +00:00
3 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@uptime.link/statuspage",
"version": "1.5.0",
"version": "1.5.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.5.0',
version: '1.5.1',
description: 'A catalog of web components for the UptimeLink dashboard.'
}