From 46a5e8244ea50eedbccc3d2aac7f479460753f11 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:08:52 +0100 Subject: [PATCH] 0.24.0-dev.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26eb328..4f67811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-prisma", - "version": "0.23.0", + "version": "0.24.0-dev.0", "description": "Library and schematics to add Prisma integration to a NestJS application", "scripts": { "build": "npm run build:lib && npm run build:schematics",