Skip to content

Commit 1e83107

Browse files
committed
Prepare for 0.17.0
1 parent 7705ce7 commit 1e83107

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.17.0]
7+
### Added
8+
- Add TypeScript support [#560](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/560)
9+
10+
### Changed
11+
- Update the UI resources [PR#561](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/561)
12+
613
## [0.16.2]
714
### Added
815
- New Category: `Concurrency` [CLI#42](https://github.com/leetcode-tools/leetcode-cli/pull/42)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.16.2",
5+
"version": "0.17.0",
66
"author": "Sheng Chen",
7-
"publisher": "shengchen",
7+
"publisher": "LeetCode",
88
"license": "MIT",
99
"icon": "resources/LeetCode.png",
1010
"engines": {

0 commit comments

Comments
 (0)