diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f04df2..2388db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.0.7] - 2024-10-05 + ### Added - Clicking a node in the graph now places the cursor on the matching line. diff --git a/package.json b/package.json index 4e06e72..75ccaf2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "//": "START EXTENSION ATTRIBUTES", "publisher": "tamir-bahar", "name": "function-graph-overview", - "version": "0.0.6", + "version": "0.0.7", "description": "Function Graph Overview", "displayName": "Function Graph Overview", "icon": "./media/icon.png", @@ -109,4 +109,4 @@ "engines": { "vscode": "^1.86.0" } -} +} \ No newline at end of file