Skip to content

Commit

Permalink
Bump version to 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Oct 5, 2020
1 parent 88fdfb7 commit 1fd9d39
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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)

## 0.24.2 (2020/8/30)
* __Feature__: [Add support for Microsoft Identity Platform aka Azure ActiveDirectory V2](https://github.com/Huachao/vscode-restclient/pull/649) ([@darrelmiller](https://github.com/darrelmiller))
* __Feature__: [Processing variables from external file](https://github.com/Huachao/vscode-restclient/pull/632) ([@ricmrodrigues](https://github.com/ricmrodrigues))
Expand Down
42 changes: 21 additions & 21 deletions 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.24.2",
"version": "0.24.3",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 1fd9d39

Please sign in to comment.