Merge pull request #3881 from github/version/bump-to-v1.16.3

Bump version to v1.16.3
This commit is contained in:
Andrew Eisenberg
2024-12-19 13:57:58 -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 # CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.16.2 - 19 December 2024 ## 1.16.2 - 19 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) - 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", "name": "vscode-codeql",
"version": "1.16.2", "version": "1.16.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vscode-codeql", "name": "vscode-codeql",
"version": "1.16.2", "version": "1.16.3",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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