Bump version to v1.3.6

This commit is contained in:
aeisenberg
2020-10-27 19:39:47 +00:00
committed by Andrew Eisenberg
parent 5e8773b2b0
commit 2ac7881cf2
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.3.5 - 27 October 2020
- Fix a bug where archived source folders for databases were not showing any contents.

View File

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

View File

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