This commit is contained in:
Nora
2024-09-26 09:03:14 +00:00
parent e2264435f3
commit 9136c789bb
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.15.0 - 26 Seotember 2024
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
- Remove support for CodeQL CLI versions older than 2.16.6. [#3728](https://github.com/github/vscode-codeql/pull/3728)
## 1.14.0 - 7 August 2024

View File

@@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.14.1",
"version": "1.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

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