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 427e59a commit b70168cCopy full SHA for b70168c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## Version 2.2.5
4
+
5
+- Maintenance: Bump packages to latest
6
7
## Version 2.2.4
8
9
- Bugfix: Removing illegal character from the dgml file before parsing it.
package.json
@@ -4,10 +4,10 @@
"displayName": "DGMLViewer",
"description": "DGMLViewer is viewer for dgml (Directed Graph Markup Language) files",
"icon": "icon.png",
- "version": "2.2.4",
+ "version": "2.2.5",
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
"engines": {
10
- "vscode": "^1.73.1"
+ "vscode": "^1.74.0"
11
},
12
"categories": [
13
"Other",
0 commit comments