Bump version to v1.5.5

This commit is contained in:
aeisenberg
2021-09-02 18:53:57 +00:00
committed by Andrew Eisenberg
parent b2422216b5
commit 0c6ca81437
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.4 - 02 September 2021
- Add support for filename pattern in history view. [#930](https://github.com/github/vscode-codeql/pull/930)

View File

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

View File

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