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",