From 3d108f18488322aa628e8dce188e244842352b5f Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Sat, 13 Aug 2022 09:32:43 +0200 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07e5e72..bc29681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transitory", - "version": "2.1.0", + "version": "2.2.0", "description": "In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.", "license": "MIT", "repository": "aholstenson/transitory",