Skip to content

Commit

Permalink
Bump version to 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed May 15, 2019
1 parent 86a2fc1 commit 3c72ec0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.21.3 (2019/5/15)
* __Breaking Change__: Remove support for setting `rest-client.showEnvironmentStatusBarItem` in favor of automatically hide status bar for non-http file feature
* __Feature__: [Support custom display formats in datetime system variable](https://github.com/Huachao/vscode-restclient/pull/361) ([@connelhooley](https://github.com/connelhooley))
* __Improvement__: Hide the environment status bar for non-http file
* __Bug Fix__: [Add title for scroll-to-top button](https://github.com/Huachao/vscode-restclient/issues/355)
* __Bug Fix__: [Faield to generate Objective-C code snippet for request body contains `null` characters](https://github.com/Huachao/vscode-restclient/issues/349)

## 0.21.2 (2019/3/6)
* __Feature__: [Add copy response body feature](https://github.com/Huachao/vscode-restclient/pull/317) ([@viktor-evdokimov](https://github.com/viktor-evdokimov))
* __Feature__: [Add options to disable codelens/links](https://github.com/Huachao/vscode-restclient/issues/295)
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.

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.21.2",
"version": "0.21.3",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 3c72ec0

Please sign in to comment.