From 09734cd3e807b8d4f6ed775c9d6390627caa5825 Mon Sep 17 00:00:00 2001 From: vinikjkkj Date: Wed, 18 Dec 2024 23:04:37 -0300 Subject: [PATCH] update to 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0ce470..57bf8b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cachetools-js", - "version": "1.0.1", + "version": "1.0.2", "description": "Best, faster, ligther, all-in-one, fully-typed cache library for JS, based on cachetools from python, with events, pooling and decorators.", "author": "vinikjkkj", "license": "MIT",