Bump version to v1.3.7 (#672)

Co-authored-by: aeisenberg <aeisenberg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2020-11-04 14:09:37 -08:00
committed by GitHub
parent e719c68321
commit ad3cd7e7ac
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.3.6 - 4 November 2020
- Fix URI encoding for databases that were created with special characters in their paths. [#648](https://github.com/github/vscode-codeql/pull/648)

View File

@@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.3.6",
"version": "1.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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