File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/prisma-vs-code-extension Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.2.0]
8
+
9
+ - Improve auto layout with dagrejs
10
+
7
11
## [ 0.1.1]
8
12
9
13
### Fixed
Original file line number Diff line number Diff line change 2
2
"name" : " prisma-erd-visualizer" ,
3
3
"displayName" : " Prisma Entity-Relationship Diagrams visualizer" ,
4
4
"description" : " A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure." ,
5
- "version" : " 0.1.1 " ,
5
+ "version" : " 0.2.0 " ,
6
6
"icon" : " assets/logo.png" ,
7
7
"publisher" : " bocovo" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments