Bump version to v1.5.3

This commit is contained in:
shati-patel
2021-07-13 17:37:19 +00:00
committed by Shati Patel
parent 46606aa7b5
commit 7df634f050
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.2 - 13 July 2021
- Add the _Add Database Source to Workspace_ command to the right-click context menu in the databases view. This lets users re-add a database's source folder to the workspace and browse the source code. [#891](https://github.com/github/vscode-codeql/pull/891)

View File

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

View File

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