Skip to content

Commit 5094771

Browse files
committed
Bump version to 0.24.6
1 parent b60f628 commit 5094771

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.24.6 (2021/11/29)
2+
* __Bug Fix__: [Fix AADV2TokenProvider only works for special case of MS Graph Tokens](https://github.com/Huachao/vscode-restclient/pull/794) ([@mthierba](https://github.com/mthierba))
3+
* __Improvement__: [Allow comments between variable declarations](https://github.com/Huachao/vscode-restclient/pull/885) ([@Danysan1](https://github.com/Danysan1))
4+
* __Improvement__: [Add support for application/x-amz-json-1.1 as JSON](https://github.com/Huachao/vscode-restclient/pull/771) ([@fxalgrain](https://github.com/fxalgrain))
5+
* __Improvement__: [SaveBody now uses filename from content-disposition](https://github.com/Huachao/vscode-restclient/pull/924) ([@mbronk](https://github.com/mbronk))
6+
* __Improvement__: [Add operation name for GraphQL request](https://github.com/Huachao/vscode-restclient/issues/919)
7+
* __Improvement__: [Destory underlying connection when user cancels the request](https://github.com/Huachao/vscode-restclient/issues/910)
8+
19
## 0.24.5 (2021/4/7)
210
* __Feature__: [Add support for text/javascript as JSON](https://github.com/Huachao/vscode-restclient/pull/654) ([@mingue](https://github.com/mingue))
311
* __Feature__: [Add snippet for multipart/form-data request](https://github.com/Huachao/vscode-restclient/pull/725) ([@yunxifd](https://github.com/yunxifd))

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.5",
5+
"version": "0.24.6",
66
"publisher": "humao",
77
"author": {
88
"name": "Huachao Mao",

0 commit comments

Comments
 (0)