Skip to content

Commit 5775fa5

Browse files
committed
prepare for 0.6.0 release
1 parent f051510 commit 5775fa5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
### Added
1111
- Support trigger test & submit in the editor ([#37](https://github.com/jdneo/vscode-leetcode/issues/37))
1212

13+
### Fixed
14+
- Fix the bug that cannot show problem ([#41](https://github.com/jdneo/vscode-leetcode/issues/41))
15+
1316
## [0.5.1]
1417
### Fixed
1518
- Fix the bug when user's path contains whitespaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
},
216216
"dependencies": {
217217
"fs-extra": "^5.0.0",
218-
"leetcode-cli": "2.5.1",
218+
"leetcode-cli": "2.5.2",
219219
"opn": "^5.2.0"
220220
}
221221
}

0 commit comments

Comments
 (0)