From b93929f39c93598d8832f37eddcfc11ea0d66c8b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 18 Feb 2022 22:30:56 +0700 Subject: [PATCH] 6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f37ed99..452a082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quick-lru", - "version": "6.0.2", + "version": "6.1.0", "description": "Simple “Least Recently Used” (LRU) cache", "license": "MIT", "repository": "sindresorhus/quick-lru",