Skip to content

Commit 2459eb2

Browse files
chore(release): 6.1.2 [skip ci]
## [6.1.2](v6.1.1...v6.1.2) (2025-10-25) ### 🐛 Bug Fixes * swagger API property decorators and formatting ([5b99a36](5b99a36))
1 parent 5b99a36 commit 2459eb2

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.1.2](https://github.com/omar-dulaimi/prisma-class-validator-generator/compare/v6.1.1...v6.1.2) (2025-10-25)
2+
3+
### 🐛 Bug Fixes
4+
5+
* swagger API property decorators and formatting ([5b99a36](https://github.com/omar-dulaimi/prisma-class-validator-generator/commit/5b99a36b7ac4aef6e36a6e27c1e4c020f1826d90))
6+
17
## [6.1.1](https://github.com/omar-dulaimi/prisma-class-validator-generator/compare/v6.1.0...v6.1.1) (2025-09-17)
28

39
### 🐛 Bug Fixes

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.1",
3+
"version": "6.1.2",
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.1",
3+
"version": "6.1.2",
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)