diff --git a/README.md b/README.md index b89ba81d..8b6036b4 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ Currently we will auto complete for three cases: [MIT License](LICENSE) ## Change Log +### 0.6.0 +* Preview response with css file which takes theme style into consideration. Fix the issue [avoid the white background](https://github.com/Huachao/vscode-restclient/issues/12) + ### 0.5.5 * Bug fix [Allow host header in request headers](https://github.com/Huachao/vscode-restclient/issues/10) * Bug fix [Display raw response if not real json](https://github.com/Huachao/vscode-restclient/issues/14) diff --git a/package.json b/package.json index 10681b3d..ff0cba62 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.5.5", + "version": "0.6.0", "publisher": "humao", "author": { "name": "Huachao Mao",