Bump version to v1.9.2

This commit is contained in:
github-actions[bot]
2023-09-29 10:27:33 +00:00
parent 0a9a9792ad
commit 213a03555a
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.9.1 - 29 September 2023
- Add warning when using a VS Code version older than 1.82.0. [#2854](https://github.com/github/vscode-codeql/pull/2854)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.9.1",
"version": "1.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.9.1",
"version": "1.9.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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