From 86c6d2b395b259bc9b25184f9e67bf8d33da8214 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Jun 2024 21:15:03 +0200 Subject: [PATCH] fix(core): Updated dependencies and improved code documentation. --- changelog.md | 7 +++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8f3f9f4..c3995c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-06-26 - 1.0.81 - fix(core) +Updated dependencies and improved code documentation. + +- Updated internal dependencies to newer versions. +- Improved code documentation within TypeScript files. +- Adjusted scripts in package.json for better build performance. + ## 2024-06-26 - 1.0.80 - fix(documentation) Update package description and README for clarity diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 510f847..9410705 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@uptime.link/webwidget', - version: '1.0.80', + version: '1.0.81', description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.' }