Skip to content

Commit

Permalink
Merge pull request #20 from tmr232/release-0.0.7
Browse files Browse the repository at this point in the history
Release 0.0.7
  • Loading branch information
tmr232 authored Oct 5, 2024
2 parents d1e6048 + fb9e1c0 commit bacef0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -109,4 +109,4 @@
"engines": {
"vscode": "^1.86.0"
}
}
}

0 comments on commit bacef0c

Please sign in to comment.