Bump version to v1.12.2 (#3300)

Co-authored-by: github-actions[bot] <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2024-01-31 13:14:58 +00:00
committed by GitHub
parent 9cd6dafdf4
commit ca8c48418f
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.12.1 - 31 January 2024
- Enable collection of telemetry for the `codeQL.addingDatabases.addDatabaseSourceToWorkspace` setting. [#3238](https://github.com/github/vscode-codeql/pull/3238)

View File

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

View File

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