Skip to content

Commit 79513a8

Browse files
Version Packages (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c1c7ef3 commit 79513a8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/warm-radios-greet.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# prisma-kysely
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.
8+
9+
Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter.
10+
311
## 1.4.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": {
55
"url": "https://github.com/valtyr/prisma-kysely"
66
},
7-
"version": "1.4.1",
7+
"version": "1.4.2",
88
"main": "dist/generator.js",
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)