Skip to content

Commit

Permalink
prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed May 29, 2018
1 parent f051510 commit 5775fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added
- Support trigger test & submit in the editor ([#37](https://github.com/jdneo/vscode-leetcode/issues/37))

### Fixed
- Fix the bug that cannot show problem ([#41](https://github.com/jdneo/vscode-leetcode/issues/41))

## [0.5.1]
### Fixed
- Fix the bug when user's path contains whitespaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
},
"dependencies": {
"fs-extra": "^5.0.0",
"leetcode-cli": "2.5.1",
"leetcode-cli": "2.5.2",
"opn": "^5.2.0"
}
}

0 comments on commit 5775fa5

Please sign in to comment.