From f8a0e51baaec4fa8fbc2c4baa35ddb3d29a250f5 Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Tue, 22 Mar 2022 23:02:39 +0200 Subject: [PATCH] 2.0.0-3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43fe7eeb..e316d632 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prisma-redis-middleware", "author": "A-J Roos ", - "version": "2.0.0-2", + "version": "2.0.0-3", "description": "Prisma Middleware for caching results of queries in Redis", "license": "MIT", "main": "./dist/index.js",