Skip to content

Commit 0f27e41

Browse files
Version Packages (#92)
* Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 04de4dc commit 0f27e41

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/cyan-kids-knock.md

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

.changeset/twelve-panthers-turn.md

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

CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 4526321: Added support for the Kysely SQL Server dialect Awesome work from @dylel 🎊
8+
9+
### Patch Changes
10+
11+
- 04de4dc: Fixed automatic relation code generation bug. Thanks @Bayezid1989 🥳
12+
313
## 1.7.1
414

515
### 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.7.1",
7+
"version": "1.8.0",
88
"main": "dist/generator.js",
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)