Skip to content

Commit 1fd9d39

Browse files
committed
Bump version to 0.24.3
1 parent 88fdfb7 commit 1fd9d39

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.24.3 (2020/10/5)
2+
* __Bug Fix__: [No response when result contains encoded string with double forward slash](https://github.com/Huachao/vscode-restclient/issues/676)
3+
* __Bug Fix__: [No Auth header sent when re-running a request](https://github.com/Huachao/vscode-restclient/issues/682)
4+
15
## 0.24.2 (2020/8/30)
26
* __Feature__: [Add support for Microsoft Identity Platform aka Azure ActiveDirectory V2](https://github.com/Huachao/vscode-restclient/pull/649) ([@darrelmiller](https://github.com/darrelmiller))
37
* __Feature__: [Processing variables from external file](https://github.com/Huachao/vscode-restclient/pull/632) ([@ricmrodrigues](https://github.com/ricmrodrigues))

package-lock.json

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rest-client",
33
"displayName": "REST Client",
44
"description": "REST Client for Visual Studio Code",
5-
"version": "0.24.2",
5+
"version": "0.24.3",
66
"publisher": "humao",
77
"author": {
88
"name": "Huachao Mao",

0 commit comments

Comments
 (0)