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