Skip to content

Commit 8a1067a

Browse files
committed
Prep for release 0.0.6
1 parent 9081c19 commit 8a1067a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.6] - 2024-09-26
10+
911
### Added
1012

1113
- The CFG view now highlights (in black) the node matching the cursor position.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//": "START EXTENSION ATTRIBUTES",
6060
"publisher": "tamir-bahar",
6161
"name": "function-graph-overview",
62-
"version": "0.0.5",
62+
"version": "0.0.6",
6363
"description": "Function Graph Overview",
6464
"displayName": "Function Graph Overview",
6565
"icon": "./media/icon.png",
@@ -109,4 +109,4 @@
109109
"engines": {
110110
"vscode": "^1.86.0"
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)