Skip to content

Commit bbf6712

Browse files
authored
Prepare for 0.15.3 (#408)
1 parent 71d9ec9 commit bbf6712

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

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

6+
## [0.15.3]
7+
### Added
8+
- Support `Pick One` [#263](https://github.com/jdneo/vscode-leetcode/issues/263)
9+
- Support toggling the favorite problems [#378](https://github.com/jdneo/vscode-leetcode/issues/378)
10+
11+
### Changed
12+
- Update the activity bar icon [#395](https://github.com/jdneo/vscode-leetcode/issues/263)
13+
14+
### Fixed
15+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.3+is%3Aclosed+label%3Abug)
16+
617
## [0.15.2]
718
### Added
819
- Prompt to open the workspace for LeetCode [#130](https://github.com/jdneo/vscode-leetcode/issues/130)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.15.2",
5+
"version": "0.15.3",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)