From 7bd018a43c1ca38ee8ecf06dbd8ac47c1d17ab05 Mon Sep 17 00:00:00 2001 From: queicherius Date: Fri, 8 Apr 2022 07:56:00 +0000 Subject: [PATCH] v2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e18bb528..3cf8f3e5 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": "2.1.0", + "version": "2.2.0", "main": "dist/src/index.js", "license": "MIT", "repository": {