From 15114f70495f7f1e0584230d961d8cf71e116849 Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Sun, 20 Feb 2022 14:27:19 +0200 Subject: [PATCH] 1.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad62a87..ba315c2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prisma-redis-middleware", "main": "src/index.ts", - "version": "1.1.4", + "version": "1.1.5", "description": "Prisma Middleware for caching results of queries in Redis", "engines": { "node": "^12.x || ^14.x || ^16.x",