diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..0bdb1fd --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## 2025-12-24 - 1.0.1 - fix(release) +no changes detected + +- No files changed in the provided git diff +- package.json version is 1.0.0; no release necessary + +## 2025-12-24 - 1.0.0 - initial release +Initial project commit establishing the repository and baseline files. + +- Initial commit that initializes the project +- Added baseline project structure and files +- Set project version to 1.0.0 \ No newline at end of file diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts new file mode 100644 index 0000000..6131d76 --- /dev/null +++ b/ts_web/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: '@uptime.link/statuspage-admin', + version: '1.0.1', + description: 'Admin components for managing UptimeLink status pages, monitors, and incidents.' +}