Skip to content

Commit

Permalink
bump the version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Jul 21, 2016
1 parent d1a0761 commit 7547615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.5.5",
"version": "0.6.0",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 7547615

Please sign in to comment.