Bump version to v1.8.13 (#2803)

Co-authored-by: github-actions[bot] <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2023-09-11 14:52:33 +00:00
committed by GitHub
parent 9925b4e3bc
commit ca079e085d
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.8.12 - 11 September 2023
- Fix a bug where variant analysis queries would fail for queries in the `codeql/java-queries` query pack. [#2786](https://github.com/github/vscode-codeql/pull/2786)

View File

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

View File

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