v2.0.8
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-10 15:05:55 +00:00
parent 3d1a73cf9e
commit 7f5abc95ad
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-10 - 2.0.8
### Fixes
- improve update check caching, validation, and error handling (smartupdate)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartupdate",
"version": "2.0.7",
"version": "2.0.8",
"private": false,
"description": "A library designed to facilitate smarter update notifications and checking for Node.js projects.",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartupdate',
version: '2.0.7',
version: '2.0.8',
description: 'A library designed to facilitate smarter update notifications and checking for Node.js projects.'
}