Skip to content

Commit

Permalink
Prepare for 0.15.3 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Sep 3, 2019
1 parent 71d9ec9 commit bbf6712
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ 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.15.3]
### Added
- Support `Pick One` [#263](https://github.com/jdneo/vscode-leetcode/issues/263)
- Support toggling the favorite problems [#378](https://github.com/jdneo/vscode-leetcode/issues/378)

### Changed
- Update the activity bar icon [#395](https://github.com/jdneo/vscode-leetcode/issues/263)

### Fixed
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.3+is%3Aclosed+label%3Abug)

## [0.15.2]
### Added
- Prompt to open the workspace for LeetCode [#130](https://github.com/jdneo/vscode-leetcode/issues/130)
Expand Down
2 changes: 1 addition & 1 deletion 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.15.2",
"version": "0.15.3",
"author": "Sheng Chen",
"publisher": "shengchen",
"license": "MIT",
Expand Down

0 comments on commit bbf6712

Please sign in to comment.