From 20227cd46faa1443f63c1cb130f0647b7cfc46a7 Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Mon, 21 Mar 2022 18:55:54 +0200 Subject: [PATCH] 2.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39104711..9072f96a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prisma-redis-middleware", "author": "A-J Roos ", - "version": "1.4.0", + "version": "2.0.0-0", "description": "Prisma Middleware for caching results of queries in Redis", "license": "MIT", "main": "./dist/index.js",