From 7f5abc95ad2edbbb3466740230f1477adae0d989 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 10 May 2026 15:05:55 +0000 Subject: [PATCH] v2.0.8 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0e0f2df..58e348b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-10 - 2.0.8 + ### Fixes - improve update check caching, validation, and error handling (smartupdate) diff --git a/package.json b/package.json index 2de2332..29a4fe4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 73b5afc..83b74f4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }