From 1a7fc3a38b5c8844826d6d58bd073ec9f9afd688 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Thu, 16 Nov 2023 11:38:04 -0800 Subject: [PATCH] version bump to v5.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c2daa9f..8104efed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "5.2.4", + "version": "5.3.0", "description": "Cache module for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",