Skip to content

Commit f69048e

Browse files
chore(release): prisma-tools-v1.0.3 [skip ci]
## [1.0.3](prisma-tools-v1.0.2...prisma-tools-v1.0.3) (2025-05-26) ### Bug Fixes * update logic for isErrorOfUniqueField method ([7e0355f](7e0355f))
1 parent 7e0355f commit f69048e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

libs/core/prisma-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/prisma-tools-v1.0.2...prisma-tools-v1.0.3) (2025-05-26)
2+
3+
4+
### Bug Fixes
5+
6+
* update logic for isErrorOfUniqueField method ([7e0355f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/7e0355f45e257fd3f6b3cbfe729ff343e39cb616))
7+
18
## [1.0.2](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/prisma-tools-v1.0.1...prisma-tools-v1.0.2) (2025-05-25)
29

310

libs/core/prisma-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/prisma-tools",
33
"description": "Functions and helpers for work with prisma used in NestJS-mod modules",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"keywords": [
66
"nestjs",
77
"nestjs-mod",

0 commit comments

Comments
 (0)