We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259cf3f commit d872d32Copy full SHA for d872d32
packages/prisma-vs-code-extension/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.2.0]
8
+
9
+- Improve auto layout with dagrejs
10
11
## [0.1.1]
12
13
### Fixed
packages/prisma-vs-code-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "prisma-erd-visualizer",
3
"displayName": "Prisma Entity-Relationship Diagrams visualizer",
"description": "A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure.",
- "version": "0.1.1",
+ "version": "0.2.0",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
0 commit comments