Bump version to v1.7.2 (#1592)

Co-authored-by: aeisenberg <aeisenberg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-14 09:36:00 +00:00
committed by GitHub
parent 44a3e6b557
commit e8d230c8f5
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.7.1 - 12 October 2022
- Fix a bug where it was not possible to add a database folder if the folder name starts with `db-`. [#1565](https://github.com/github/vscode-codeql/pull/1565)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.7.1",
"version": "1.7.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"dependencies": {
"@octokit/plugin-retry": "^3.0.9",

View File

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