Bump version to v1.5.11

This commit is contained in:
shati-patel
2022-01-25 16:22:35 +00:00
committed by Shati Patel
parent 6d64c8f031
commit 19e0058e61
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.10 - 25 January 2022
- Fix a bug where the results view moved column even when it was already visible. [#1070](https://github.com/github/vscode-codeql/pull/1070)

View File

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

View File

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