We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3764b commit 9d56df5Copy full SHA for 9d56df5
packages/dbml-vs-code-extension/CHANGELOG.md
@@ -4,7 +4,7 @@ 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
-## [Unreleased]
+## [0.3.4]
8
9
### Added
10
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.3",
+ "version": "0.3.4",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
0 commit comments