From 0657770c5d18593808a615f51ca577fdce9af728 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 26 Aug 2025 19:42:20 +0000 Subject: [PATCH] 1.0.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 940680b..81a5912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartcache", - "version": "1.0.16", + "version": "1.0.17", "private": false, "description": "A module for caching asynchronous function results with smart time and hash-based invalidation strategies.", "main": "dist_ts/index.js",