Skip to content

Commit d872d32

Browse files
committed
chore(prisma-ext): v.0.2.0
Improve auto layout with dagrejs
1 parent 259cf3f commit d872d32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2.0]
8+
9+
- Improve auto layout with dagrejs
10+
711
## [0.1.1]
812

913
### Fixed

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

+1-1
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.1.1",
5+
"version": "0.2.0",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

0 commit comments

Comments
 (0)