fix(catalog_admin): no changes detected, no release required

This commit is contained in:
2025-12-24 11:56:43 +00:00
parent e5e05e34ea
commit 378f3ad2b7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-24 - 1.0.3 - fix(catalog_admin)
no changes detected, no release required
- No files changed in this diff
- No code, tests, or documentation modifications detected
- No version bump recommended
## 2025-12-24 - 1.0.2 - fix(gitignore)
ignore distribution/build output directories (dist*)

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/statuspage-admin',
version: '1.0.2',
version: '1.0.3',
description: 'Admin components for managing UptimeLink status pages, monitors, and incidents.'
}