From 47173a20fdda1a92233391defe1874b16d88ceca Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Fri, 6 Sep 2024 12:24:45 +0800 Subject: [PATCH] chore(vscode): bump vsce version to 1.10.2. --- 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 a99af28a6a85..56828a83b49b 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.2 + +### Fixes & Improvements + +- Enhanced post-processing for generating commit messages to address the issue of quotation marks not being removed in certain scenarios. + ## 1.10.1 ### Fixes & Improvements diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 7cee54cfbd89..032b31bbe50c 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.10.1", + "version": "1.10.2", "keywords": [ "ai", "autocomplete",