From 542f8c5c045ad1a52799b82a36fcddc39ca2d3c1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 15 Jan 2022 14:56:14 +0700 Subject: [PATCH] 9.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f1199..be83c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mem", - "version": "9.0.1", + "version": "9.0.2", "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",