Bump version to v1.17.2

This commit is contained in:
github-actions[bot]
2025-01-23 14:19:03 +00:00
parent db9d60cf6b
commit 622d78a20a
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.17.1 - 23 January 2025
- Remove support for CodeQL CLI versions older than 2.18.4. [#3895](https://github.com/github/vscode-codeql/pull/3895)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.17.1",
"version": "1.17.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.17.1",
"version": "1.17.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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