Skip to content

Commit 9cf7a28

Browse files
authored
prepare 0.10.1 (#99)
1 parent b5a6396 commit 9cf7a28

File tree

3 files changed

+28
-24
lines changed

3 files changed

+28
-24
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.10.1]
7+
## Changed
8+
- Refine the README page.
9+
610
## [0.10.0]
711
## Added
812
- Add an extension setting to hide solved problems ([#95](https://github.com/jdneo/vscode-leetcode/issues/95))

package-lock.json

+23-23
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.10.0",
5+
"version": "0.10.1",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)