From 63dc6d2e4248592f8fac12cde45e98e84e062ff0 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Fri, 26 Apr 2024 14:52:21 +0800 Subject: [PATCH] chore(vscode): bump vsce version to 1.5.4. --- clients/vscode/CHANGELOG.md | 6 ++++++ clients/vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 599e18d65da0..6ac801a2c9ee 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.5.4 + +### Fixes + +- Fixed settings title on the VSCode settings page. + ## 1.5.3 **stable** diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 80e264304d28..f2b1259a6e5f 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "1.5.3", + "version": "1.5.4", "keywords": [ "ai", "autocomplete",