Skip to content

Commit 259cf3f

Browse files
committed
chore(dbml-ext): v.0.4.0
Improve auto layout with dagrejs
1 parent 024dbdd commit 259cf3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/dbml-vs-code-extension/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.4.0]
8+
9+
- Improve auto layout with dagrejs
10+
711
## [0.3.4]
812

913
### Added

packages/dbml-vs-code-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dbml-erd-visualizer",
33
"displayName": "DBML Entity-Relationship Diagrams visualizer",
44
"description": "A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor.",
5-
"version": "0.3.4",
5+
"version": "0.4.0",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

0 commit comments

Comments
 (0)