Skip to content

Commit

Permalink
Prepare for 0.17.0 (#586)
Browse files Browse the repository at this point in the history
* Prepare for 0.17.0

* Update marketplace URL
  • Loading branch information
jdneo authored Jun 27, 2020
1 parent 7705ce7 commit 7505180
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.17.0]
### Added
- Add TypeScript support [#560](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/560)

### Changed
- Update the UI resources [PR#561](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/561)

## [0.16.2]
### Added
- New Category: `Concurrency` [CLI#42](https://github.com/leetcode-tools/leetcode-cli/pull/42)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<a href="https://gitter.im/vscode-leetcode/Lobby">
<img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode">
<img src="https://img.shields.io/visual-studio-marketplace/d/shengchen.vscode-leetcode.svg?style=flat-square" alt="">
<a href="https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode">
<img src="https://img.shields.io/visual-studio-marketplace/d/LeetCode.vscode-leetcode.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
Expand Down
4 changes: 2 additions & 2 deletions docs/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<a href="https://gitter.im/vscode-leetcode/Lobby">
<img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode">
<img src="https://img.shields.io/visual-studio-marketplace/d/shengchen.vscode-leetcode.svg?style=flat-square" alt="">
<a href="https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode">
<img src="https://img.shields.io/visual-studio-marketplace/d/LeetCode.vscode-leetcode.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.16.2",
"version": "0.17.0",
"author": "Sheng Chen",
"publisher": "shengchen",
"publisher": "LeetCode",
"license": "MIT",
"icon": "resources/LeetCode.png",
"engines": {
Expand Down

0 comments on commit 7505180

Please sign in to comment.