Skip to content

Commit f89676c

Browse files
chore(release): 6.1.1 [skip ci]
## [6.1.1](v6.1.0...v6.1.1) (2025-09-17) ### 🐛 Bug Fixes * Add missing decorators and imports in combined class for separateRelationFields ([50a95c6](50a95c6)) * Add proper imports for self-relations in Relations class ([fcde709](fcde709)) * generate relation imports only if relationImports array as element ([6e45a82](6e45a82))
1 parent 105e05b commit f89676c

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.1.1](https://github.com/omar-dulaimi/prisma-class-validator-generator/compare/v6.1.0...v6.1.1) (2025-09-17)
2+
3+
### 🐛 Bug Fixes
4+
5+
* Add missing decorators and imports in combined class for separateRelationFields ([50a95c6](https://github.com/omar-dulaimi/prisma-class-validator-generator/commit/50a95c68beadd8428a7be52d8d1ffc21a5a82f05))
6+
* Add proper imports for self-relations in Relations class ([fcde709](https://github.com/omar-dulaimi/prisma-class-validator-generator/commit/fcde709702a9b1739898d61cdc1fd778c9780001))
7+
* generate relation imports only if relationImports array as element ([6e45a82](https://github.com/omar-dulaimi/prisma-class-validator-generator/commit/6e45a822b65710645f94791262c37ba3ed835f70))
8+
19
## [6.1.0](https://github.com/omar-dulaimi/prisma-class-validator-generator/compare/v6.0.1...v6.1.0) (2025-09-02)
210

311
### 🚀 Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-class-validator-generator",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Prisma 2+ generator to emit typescript models of your database with class validator",
55
"repository": "https://github.com/omar-dulaimi/prisma-class-validator-generator",
66
"bin": {

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-class-validator-generator",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Prisma 2+ generator to emit typescript models of your database with class validator",
55
"repository": "https://github.com/omar-dulaimi/prisma-class-validator-generator",
66
"bin": {

0 commit comments

Comments
 (0)