diff --git a/CHANGELOG.md b/CHANGELOG.md index bd60db81..998205ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 321352a0..a00bd65b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rest-client", - "version": "0.21.2", + "version": "0.21.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c64dd7a..525557b8 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.21.2", + "version": "0.21.3", "publisher": "humao", "author": { "name": "Huachao Mao",