2 Commits

Author SHA1 Message Date
22c426413e 1.0.81 2024-06-26 21:15:03 +02:00
86c6d2b395 fix(core): Updated dependencies and improved code documentation. 2024-06-26 21:15:03 +02:00
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@uptime.link/webwidget",
"version": "1.0.80",
"version": "1.0.81",
"private": false,
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
"main": "dist_ts_web/index.js",

View File

@ -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.'
}