From af72f55d2c743abac0d59e76e25a7fe4cb9a3c9c Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 17 Nov 2023 09:19:06 -0700 Subject: [PATCH] version bump to v5.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8104efed..f62843a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "5.3.0", + "version": "5.3.1", "description": "Cache module for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",