From 807d7c0ef27c9d76fe682103ea39e6763abcf051 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 29 Aug 2020 23:54:58 +0200 Subject: [PATCH] 6.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7f5a01..0313abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mem", - "version": "6.1.0", + "version": "6.1.1", "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input", "license": "MIT", "repository": "sindresorhus/mem",