From af26326677c8a2fb8142d90264819d4a5de6db8e Mon Sep 17 00:00:00 2001 From: foyarash <11079152+foyarash@users.noreply.github.com> Date: Mon, 22 May 2023 18:09:41 +0200 Subject: [PATCH] v2.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76982dc..5d59e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-crud", - "version": "2.3.1", + "version": "2.3.2", "description": "Next.js CRUD routes generation helper", "main": "./dist/index.js", "types": "./dist/index.d.ts",