From 7dc20528cced910df3d866aa60aae868e60c443d Mon Sep 17 00:00:00 2001 From: ccagml Date: Fri, 16 Dec 2022 09:34:06 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=B7=E6=B1=82=E5=88=86?= =?UTF-8?q?=E6=95=B0=E6=95=B0=E6=8D=AE=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=BA2=E7=A7=92=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33021e8..0af9c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.11.3 + +- 优化请求分数数据超时时间为2秒钟 + ## version 2.11.2 - 不再出现tooltip显示错误 diff --git a/package.json b/package.json index faa7e4c..823d44c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了", - "version": "2.11.2", + "version": "2.11.3", "author": "ccagml", "publisher": "ccagml", "license": "MIT",