Skip to content

Commit

Permalink
Bump version to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Jan 3, 2019
1 parent 0396a22 commit ff20149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff20149

Please sign in to comment.