Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
077146f9c9 | |||
3b68ead5a9 | |||
22c426413e | |||
86c6d2b395 |
11
changelog.md
11
changelog.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-27 - 1.0.82 - fix(core)
|
||||||
|
No code changes detected. Preparing for version increment based on package state.
|
||||||
|
|
||||||
|
|
||||||
|
## 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)
|
## 2024-06-26 - 1.0.80 - fix(documentation)
|
||||||
Update package description and README for clarity
|
Update package description and README for clarity
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptime.link/webwidget",
|
"name": "@uptime.link/webwidget",
|
||||||
"version": "1.0.80",
|
"version": "1.0.82",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
|
"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",
|
"main": "dist_ts_web/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/webwidget',
|
name: '@uptime.link/webwidget',
|
||||||
version: '1.0.80',
|
version: '1.0.82',
|
||||||
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
|
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user