This commit is contained in:
Robert
2022-09-20 16:23:47 +01:00
parent bcf70c6962
commit 1a9d63315f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.7.0 - 20 September 2022
- Remove ability to download databases from LGTM. [#1467](https://github.com/github/vscode-codeql/pull/1467)
- Removed the ability to manually upgrade databases from the context menu on databases. Databases are non-destructively upgraded automatically so

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.6.13",
"version": "1.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.6.13",
"version": "1.7.0",
"license": "MIT",
"dependencies": {
"@octokit/plugin-retry": "^3.0.9",

View File

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