Skip to content

Commit dfb6c0c

Browse files
committed
Updated package.json and changelog.md
1 parent ac2c2d9 commit dfb6c0c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.0.4
4+
5+
- Newlines in label and description are now rendered correctly.
6+
37
## Version 1.0.3
48

59
- Now using webpack to reduce size of extension.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"displayName": "DGMLViewer",
55
"description": "DGMLViewer is viewer for dgml (Directed Graph Markup Language) files",
66
"icon": "icon.png",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
99
"engines": {
10-
"vscode": "^1.53.0"
10+
"vscode": "^1.54.0"
1111
},
1212
"categories": [
1313
"Other",

0 commit comments

Comments
 (0)