From 2a8997ededd818a07edab1a750cf969ba473de3c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 14 Nov 2023 22:46:26 +0700 Subject: [PATCH] 10.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8dd802..768d0c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memoize", - "version": "9.0.2", + "version": "10.0.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/memoize",