Skip to content

Commit 5f6a631

Browse files
authored
Merge pull request #139 from ccagml/main
修复流水线图标
2 parents 4cf06c3 + c9b448d commit 5f6a631

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.11.7
2+
3+
- 修复流水线图标
4+
15
## version 2.11.6
26

37
- 增加 WC326 数据

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/ccagml/vscode-leetcode-problem-rating/actions/workflows/release.yml">
3-
<img src="https://img.shields.io/github/workflow/status/ccagml/vscode-leetcode-problem-rating/release?style=flat-square" alt="">
3+
<img src="https://img.shields.io/github/actions/workflow/status/ccagml/vscode-leetcode-problem-rating/release.yml?branch=release" alt="">
44
</a>
55
<a href="https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating">
66
<img src="https://img.shields.io/visual-studio-marketplace/d/ccagml.vscode-leetcode-problem-rating.svg?style=flat-square" alt="">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5-
"version": "2.11.6",
5+
"version": "2.11.7",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

0 commit comments

Comments
 (0)