Bump version to v1.4.4

This commit is contained in:
aeisenberg
2021-02-22 20:33:47 +00:00
committed by Andrew Eisenberg
parent 42cfa45d7e
commit fd52f66f6d
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.4.3 - 22 February 2021
- Avoid displaying an error when removing orphaned databases and the storage folder does not exist. [#748](https://github.com/github/vscode-codeql/pull/748)

View File

@@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.4.3",
"version": "1.4.4",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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