Skip to content

Commit b7253f5

Browse files
committed
release v1.2.2
1 parent 52f7ca0 commit b7253f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.2] 2024-11-25
4+
5+
- fix the issue that svg is not saved correctly.
6+
- use proper size and view box when saving as svg.
7+
38
## [1.2.1] 2024-05-30
49

510
- `call-graph.saveDir` setting is removed, replaced by showing a save dialog.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "call-graph",
33
"displayName": "Call Graph",
44
"description": "call graph for vscode",
5-
"version": "1.2.1",
5+
"version": "1.2.2",
66
"publisher": "LuoZhihao",
77
"engines": {
88
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)