From 0e9275ea32d5e5343eeab31ceb0271f9f42c85b5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 1 Apr 2019 02:07:07 +0700 Subject: [PATCH] 4.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ad882d..a74c1ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mem", - "version": "4.2.0", + "version": "4.3.0", "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",