From d00fc3f7b884d73bb3db9650945fd3c644f5515f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Jun 2024 21:13:48 +0200 Subject: [PATCH] fix(documentation): Update package description and README for clarity --- 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 c061658..8f3f9f4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-06-26 - 1.0.80 - fix(documentation) +Update package description and README for clarity + +- Updated the README to provide better installation and usage instructions. +- Ensured that all sections contain relevant TypeScript and HTML examples. +- Added styling and advanced interaction examples to README. + ## 2024-06-26 - 1.0.79 - fix(core) Fixed various package metadata issues and improved component interactions diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 82773a0..510f847 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.79', + version: '1.0.80', description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.' }