Merge pull request #3884 from github/version/bump-to-v1.17.1

Bump version to v1.17.1
This commit is contained in:
Andrew Eisenberg
2024-12-20 14:15:19 -08:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.7.0 - 20 December 2024
- Add a palette command that allows importing all databases directly inside of a parent folder. [#3797](https://github.com/github/vscode-codeql/pull/3797)

View File

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

View File

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