Bump version to v1.9.4 (#3023)

Co-authored-by: github-actions[bot] <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2023-10-26 11:20:22 +00:00
committed by GitHub
parent 5375fcb26a
commit cc8bcbbc5d
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.9.3 - 26 October 2023
- Sorted result set filenames now include a hash of the result set name instead of the full name. [#2955](https://github.com/github/vscode-codeql/pull/2955)

View File

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

View File

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