Skip to content

Commit b84cc8a

Browse files
committed
chore: update version to v0.0.3
1 parent f7956eb commit b84cc8a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "db-schema-visualiser",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

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

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010

1111
- Make the table width fit the table content
1212

13+
## [0.0.3]
14+
15+
### Added
16+
17+
- Display an `empty content message` when there is no table in the schema
18+
- Enhance message for undefined schema
19+
20+
### Fixed
21+
22+
- Remove mention of Prisma from plugin description
23+
1324
## [0.0.2]
1425

1526
### 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.0.2",
5+
"version": "0.0.3",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

0 commit comments

Comments
 (0)