From ff201497d4fb704a4921a4c4f1a9fb2bd7e66b79 Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Thu, 3 Jan 2019 10:32:26 +0800 Subject: [PATCH] Bump version to 0.21.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54355be..eb1ad4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.21.0 (2018/1/3) +* __Bug Fix__: [Unable to collapse the json response body](https://github.com/Huachao/vscode-restclient/issues/301) +* __Improvement__: [Use Webpack to bundle extension to improve activation time and high CPU load](https://github.com/Huachao/vscode-restclient/issues/257) +* __Improvement__: Update _RFC1322_ to _RFC1123_ + ## 0.20.4 (2018/12/2) * __Feature__: [Support file variables reference other file variables](https://github.com/Huachao/vscode-restclient/issues/247) * __Feature__: [Support file variables reference system and environment variables](https://github.com/Huachao/vscode-restclient/issues/208) diff --git a/package.json b/package.json index 8330d900..852e5f71 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rest-client", "displayName": "REST Client", "description": "REST Client for Visual Studio Code", - "version": "0.20.4", + "version": "0.21.0", "publisher": "humao", "author": { "name": "Huachao Mao",