From cf1bbcf9a92cb972b5b4684a67b516c0c1a668fc Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 21 Nov 2021 13:59:42 +0700 Subject: [PATCH] 6.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1972b91..f37ed99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quick-lru", - "version": "6.0.1", + "version": "6.0.2", "description": "Simple “Least Recently Used” (LRU) cache", "license": "MIT", "repository": "sindresorhus/quick-lru",