From a473986d82cd3dbc61898b376d4cfc490e43aa0b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 20 Apr 2021 22:36:13 +0700 Subject: [PATCH] 8.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b96cb5..519ac7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mem", - "version": "8.1.0", + "version": "8.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",