Merge pull request #2515 from github/version/bump-to-v1.8.7

Bump version to v1.8.7
This commit is contained in:
Koen Vlaswinkel
2023-06-14 14:53:24 +02: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
## [UNRELEASED]
## 1.8.6 - 14 June 2023
- Add repositories to a variant analysis list with GitHub Code Search. [#2439](https://github.com/github/vscode-codeql/pull/2439) and [#2476](https://github.com/github/vscode-codeql/pull/2476)

View File

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

View File

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