Bump version to v1.4.1

This commit is contained in:
aeisenberg
2021-01-29 23:34:40 +00:00
committed by Andrew Eisenberg
parent c26217df88
commit 7347ff5512
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.4.0 - 29 January 2021
- Fix bug where databases are not reregistered when the query server restarts. [#734](https://github.com/github/vscode-codeql/pull/734)

View File

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

View File

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