We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e857838 commit 19dfb34Copy full SHA for 19dfb34
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## version 1.1.2
2
+- 去除多余客户端代码
3
+
4
## version 1.1.1
5
- 重新写原本的客户端
6
- 减少许多多余的包引用
package.json
@@ -2,7 +2,7 @@
"name": "vscode-leetcode-problem-rating",
"displayName": "LeetCode problem rating",
"description": "为LeetCode题目难度进行打分。避免只有简单、中等、困难三种难度",
- "version": "1.1.1",
+ "version": "1.1.2",
"author": "ccagml",
7
"publisher": "ccagml",
8
"license": "MIT",
0 commit comments