From 86aded289ad7c53f065e53fe21d03114b44d2c6b Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 29 Apr 2024 13:06:41 +0200 Subject: [PATCH] Bumped v2.2.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fa0b5d..e3294ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-cache-dedupe", - "version": "2.1.0", + "version": "2.2.0", "description": "An async deduping cache", "main": "index.js", "types": "index.d.ts",