Skip to content

Commit e1b2646

Browse files
committed
chore: update changelogs
1 parent 319a410 commit e1b2646

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.8.0]
8+
9+
### Added
10+
11+
- Export diagram to png
12+
713
## [0.7.0]
814

915
### Added

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

Lines changed: 1 addition & 1 deletion
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.7.0",
5+
"version": "0.8.0",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented
44

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

7+
## [0.6.0]
8+
9+
### Added
10+
11+
- Export diagram to png
12+
713
## [0.5.0]
814

915
### Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prisma-erd-visualizer",
33
"displayName": "Prisma Entity-Relationship Diagrams visualizer",
44
"description": "A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure.",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

0 commit comments

Comments
 (0)