File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
+ ## [ 0.1.2]
7
+ ### Fixed
8
+ - Fix the deplicated nodes in LeetCode Explorer bug [ (#6 )] ( https://github.com/jdneo/vscode-leetcode/issues/6 )
9
+
6
10
## [ 0.1.1]
7
11
### Fixed
8
- - Fixed a bug in LeetCode Explorer [ (#3 )] ( https://github.com/jdneo/vscode-leetcode/issues/3 )
12
+ - Fix a bug in LeetCode Explorer [ (#3 )] ( https://github.com/jdneo/vscode-leetcode/issues/3 )
9
13
- Remove the show problem command from command palette [ (#4 )] ( https://github.com/jdneo/vscode-leetcode/issues/4 )
10
14
11
15
## [ 0.1.0]
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-leetcode" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " Solve LeetCode problems in VS Code" ,
5
- "version" : " 0.1.1 " ,
5
+ "version" : " 0.1.2 " ,
6
6
"author" : " Sheng Chen" ,
7
7
"publisher" : " shengchen" ,
8
8
"icon" : " resources/LeetCode.png" ,
You can’t perform that action at this time.
0 commit comments