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 86e11f2 commit 1c511f4Copy full SHA for 1c511f4
packages/prisma-vs-code-extension/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.1.0]
8
+
9
+### Fixed
10
11
+- Improve description
12
13
## [0.0.1]
14
15
### Added
packages/prisma-vs-code-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "prisma-erd-visualizer",
3
"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.0.1",
+ "version": "0.1.0",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
0 commit comments