From 75051806161e02c5071d29f99e3fe6f062d45f60 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Sat, 27 Jun 2020 16:26:30 +0800 Subject: [PATCH] Prepare for 0.17.0 (#586) * Prepare for 0.17.0 * Update marketplace URL --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- docs/README_zh-CN.md | 4 ++-- package-lock.json | 2 +- package.json | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ccefa0..ffa84ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 07b9b68b..4cbf9b6f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ - - + + diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 194c43d7..89d7d10f 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -12,8 +12,8 @@ - - + + diff --git a/package-lock.json b/package-lock.json index 1144cdac..2332f2e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-leetcode", - "version": "0.16.2", + "version": "0.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a7c206c..90d6f0e1 100644 --- a/package.json +++ b/package.json @@ -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": {