Skip to content

Commit

Permalink
version 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brakebein committed Aug 7, 2024
1 parent d71d90d commit ed67687
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ed67687

Please sign in to comment.