Skip to content

Commit

Permalink
chore(dbml-ext): v.0.3.2
Browse files Browse the repository at this point in the history
Remove language configs from package.json
  • Loading branch information
BOCOVO committed Aug 1, 2024
1 parent 5f766f5 commit 8108b75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
6 changes: 6 additions & 0 deletions packages/dbml-vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in

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

## [0.3.2]

### Fixed

- Remove `languages` section from the package.json

## [0.3.1]

### Fixed
Expand Down
19 changes: 1 addition & 18 deletions packages/dbml-vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dbml-erd-visualizer",
"displayName": "DBML Entity-Relationship Diagrams visualizer",
"description": "A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor.",
"version": "0.3.1",
"version": "0.3.2",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
Expand All @@ -14,23 +14,6 @@
"activationEvents": [],
"main": "./dist/extension/index.js",
"contributes": {
"languages": [
{
"id": "dbml",
"aliases": [
"DBML",
"dbml",
"Database Markup Language"
],
"extensions": [
".dbml"
],
"icon": {
"dark": "./icons/dbml-logo.svg",
"light": "./icons/dbml-logo.svg"
}
}
],
"commands": [
{
"command": "dbml-erd-visualizer.previewDiagrams",
Expand Down

0 comments on commit 8108b75

Please sign in to comment.