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