Skip to content

Commit 3bae2a2

Browse files
committed
Prepare to release 0.8.1
1 parent c51c0c5 commit 3bae2a2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.8.1]
7+
### Changed
8+
- Upgrade LeetCode CLI to v2.6.0
9+
610
## [0.8.0]
711
### Added
812
- Support LeetCode CN([#50](https://github.com/jdneo/vscode-leetcode/issues/50))

package-lock.json

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

0 commit comments

Comments
 (0)