Bump version to v1.5.12

This commit is contained in:
aeisenberg
2022-02-10 20:29:28 +00:00
committed by Andrew Eisenberg
parent bd5da2b0f0
commit 329fb87e12
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.11 - 10 February 2022
- Fix a bug where invoking _View AST_ from the file explorer would not view the selected file. Instead it would view the active editor. Also, prevent the _View AST_ from appearing if the current selection includes a directory or multiple files. [#1113](https://github.com/github/vscode-codeql/pull/1113)

View File

@@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.5.11",
"version": "1.5.12",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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