From 99f7ca525a56cb109f6bbc1cf49fc1468624227c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tar=C4=B1k=20=C4=B0nce?= Date: Wed, 27 Apr 2022 04:48:38 +0300 Subject: [PATCH] Release 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78405b1..1b092f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-prisma-dynamic-resolvers", - "version": "0.1.4", + "version": "0.1.5", "description": "A library containing decorators for creating dynamic resolvers between database table objects through their navigation property.", "main": "dist/index.js", "types": "dist/index.d.ts",