Skip to content

Commit

Permalink
Prepare for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Jan 6, 2019
1 parent 1f48e94 commit af41a43
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.8.2]
### Added
- Add Code Lens for submitting the answer to LeetCode

## [0.8.1]
### Changed
- Upgrade LeetCode CLI to v2.6.1
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.8.1",
"version": "0.8.2",
"author": "Sheng Chen",
"publisher": "shengchen",
"license": "MIT",
Expand Down

0 comments on commit af41a43

Please sign in to comment.