Skip to content

Commit

Permalink
Bump version to 0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Nov 9, 2020
1 parent 9b37b7b commit 447c7d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.24.4 (2020/11/9)
* __Feature__: [Search for .env files on parent folders](https://github.com/Huachao/vscode-restclient/pull/691) ([@joaogsleite](joaogsleite))
* __Bug Fix__: [Fix args parse failure for `'`](https://github.com/Huachao/vscode-restclient/issues/705)
* __Bug Fix__: [GraphQL file import fails](https://github.com/Huachao/vscode-restclient/issues/699)
* __Bug Fix__: [Display of response header name is altered when header name and value are case-insensitive matches](https://github.com/Huachao/vscode-restclient/issues/709)
* __Improvement__: Use VS Code styles in webviews
* __Improvement__: [Make error messages clearer](https://github.com/Huachao/vscode-restclient/pull/695) ([@noelforte](https://github.com/noelforte))

## 0.24.3 (2020/10/5)
* __Bug Fix__: [No response when result contains encoded string with double forward slash](https://github.com/Huachao/vscode-restclient/issues/676)
* __Bug Fix__: [No Auth header sent when re-running a request](https://github.com/Huachao/vscode-restclient/issues/682)
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.24.3",
"version": "0.24.4",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 447c7d3

Please sign in to comment.