From 4c61cf076f2005367f6e2b9352788a3a4b2bf59a Mon Sep 17 00:00:00 2001 From: queicherius Date: Fri, 29 Nov 2024 06:00:58 +0000 Subject: [PATCH] v3.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b57eed..b42e0c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@devoxa/prisma-relay-cursor-connection", "description": "Extend Prisma's `findMany` method to support the Relay Cursor Connections", - "version": "3.1.1", + "version": "3.1.2", "main": "dist/src/index.js", "license": "MIT", "repository": {