Bump version to v1.6.4 (#1278)

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
github-actions[bot]
2022-04-04 23:44:55 +00:00
committed by GitHub
parent 9a81ad05ed
commit f1d16015bf
3 changed files with 3 additions and 7 deletions

View File

@@ -4,10 +4,6 @@
## 1.6.3 - 4 April 2022
No user facing changes.
## 1.6.2 - 4 April 2022
- Fix a bug where the AST viewer was not synchronizing its selected node when the editor selection changes. [#1230](https://github.com/github/vscode-codeql/pull/1230)
- Avoid synchronizing the `codeQL.cli.executablePath` setting. [#1252](https://github.com/github/vscode-codeql/pull/1252)
- Open the directory in the finder/explorer (instead of just highlighting it) when running the "Open query directory" command from the query history view. [#1235](https://github.com/github/vscode-codeql/pull/1235)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.6.3",
"version": "1.6.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.6.3",
"version": "1.6.4",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.5.6",

View File

@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",