Skip to content

Commit

Permalink
chore(prisma-ext): v.0.2.0
Browse files Browse the repository at this point in the history
Improve auto layout with dagrejs
  • Loading branch information
BOCOVO committed Oct 8, 2024
1 parent 259cf3f commit d872d32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/prisma-vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented

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

## [0.2.0]

- Improve auto layout with dagrejs

## [0.1.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prisma-erd-visualizer",
"displayName": "Prisma Entity-Relationship Diagrams visualizer",
"description": "A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure.",
"version": "0.1.1",
"version": "0.2.0",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
Expand Down

0 comments on commit d872d32

Please sign in to comment.