Bump version to v1.5.8 (#1017)

Co-authored-by: aeisenberg <aeisenberg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-23 21:13:41 +00:00
committed by GitHub
parent 1dcd9c495c
commit 6a1d1a492e
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.7 - 23 November 2021
- Fix the _CodeQL: Open Referenced File_ command for Windows systems. [#979](https://github.com/github/vscode-codeql/pull/979)

View File

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

View File

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