From ed67687ab04c2dd27bc6c4b8d14d00ea41329f49 Mon Sep 17 00:00:00 2001 From: Brakebein Date: Wed, 7 Aug 2024 12:03:28 +0200 Subject: [PATCH] version 1.23.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e537602..a02f99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.23.1] - 2024-08-07 + +### Fixed + +- fix `nullable` in `@ApiProperty` for fields with default value in CreateDto + ## [1.23.0] - 2024-07-31 ### Added diff --git a/package.json b/package.json index 0dbd3a0..960f16c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@brakebein/prisma-generator-nestjs-dto", "description": "Generates DTO and Entity classes from Prisma Schema for NestJS", - "version": "1.23.0", + "version": "1.23.1", "license": "Apache-2.0", "author": { "name": "Benjamin Kroeger",