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 aaaf6a4 commit d1dffc1Copy full SHA for d1dffc1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## Version 1.0.1
4
+
5
+- Updated package references.
6
+- Added keywords to package.json
7
8
## Version 1.0.0
9
10
- Initial release
package.json
@@ -4,7 +4,7 @@
"displayName": "DGMLViewer",
"description": "DGMLViewer is viewer for dgml (Directed Graph Markup Language) files",
"icon": "icon.png",
- "version": "1.0.0",
+ "version": "1.0.1",
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
"engines": {
"vscode": "^1.52.0"
0 commit comments