Skip to content

Commit 9fb1e81

Browse files
committed
v2.3.0
1 parent a2a5d1b commit 9fb1e81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 2.2.4
3+
## 2.3.0
44

55
- [Improves support for python](https://github.com/hediet/vscode-debug-visualizer/pull/122)
66

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Debug Visualizer",
55
"description": "A visual watch window that lets you visualize your data structures while debugging.",
66
"icon": "docs/logo.drawio.png",
7-
"version": "2.2.4",
7+
"version": "2.3.0",
88
"license": "GPL-3.0",
99
"engines": {
1010
"vscode": "^1.46.0"
@@ -139,4 +139,4 @@
139139
"shx": "^0.3.2",
140140
"vsce": "^1.93.0"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)