Bump version to v1.3.11

This commit is contained in:
aeisenberg
2021-01-20 22:17:57 +00:00
committed by Henry Mercer
parent a7c73cc421
commit 650f4ca047
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog # CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.3.10 - 20 January 2021 ## 1.3.10 - 20 January 2021
- Include the full stack in error log messages to help with debugging. [#726](https://github.com/github/vscode-codeql/pull/726) - Include the full stack in error log messages to help with debugging. [#726](https://github.com/github/vscode-codeql/pull/726)

View File

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

View File

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