Bump version to v1.5.9

This commit is contained in:
shati-patel
2021-12-02 11:31:02 +00:00
committed by Shati Patel
parent ff751cc877
commit 749565828d
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.8 - 2 December 2021
- Emit a more explicit error message when a user tries to add a database with an unzipped source folder to the workspace. [#1021](https://github.com/github/vscode-codeql/pull/1021)

View File

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

View File

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