Bump version to v1.5.10

This commit is contained in:
shati-patel
2021-12-17 15:20:13 +00:00
committed by Shati Patel
parent e1b35cdbbc
commit d547f81a55
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.9 - 17 December 2021
- Avoid creating a third column when opening the results view. The results view will always open to the right of the active editor, unless the active editor is in the rightmost editor column. In that case open in the leftmost column. [#1037](https://github.com/github/vscode-codeql/pull/1037)

View File

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

View File

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