Skip to content

Commit b5969a3

Browse files
committed
0.9.1
1 parent 0536abd commit b5969a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.9.1](https://github.com/notiz-dev/prisma-dbml-generator/compare/v0.9.0...v0.9.1) (2022-05-25)
2+
3+
### Bug Fixes
4+
5+
- fix db name in many-to-many tables, relations and field names
6+
17
# [0.9.0](https://github.com/notiz-dev/prisma-dbml-generator/compare/v0.9.0-dev.1...v0.9.0) (2022-04-04)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-dbml-generator",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Prisma DBML Generator",
55
"bin": "./dist/generator.js",
66
"scripts": {

0 commit comments

Comments
 (0)