Skip to content

Commit c887bf8

Browse files
committed
Bump version to 0.25.0
1 parent 305b7f2 commit c887bf8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.25.0 (2022/06/21)
2+
* __Feature__: [Support prompt variables](https://github.com/Huachao/vscode-restclient/pull/616) ([@theerapatcha](https://github.com/theerapatcha))
3+
* __Feature__: Support request level setting for `no-cookie-jar` and `no-redirect-jar`
4+
* __Feature__: [Add Markdown support to run requests with code lenses](https://github.com/Huachao/vscode-restclient/pull/933) ([@acuarica](https://github.com/acuarica))
5+
* __Bug Fix__: [Quickpick Filter does not reset after selecting a language when Generating Code Snippet](https://github.com/Huachao/vscode-restclient/pull/965) ([@TheBinaryGuy](https://github.com/TheBinaryGuy))
6+
* __Bug Fix__: [Fix curl prase error if -d option is number only](https://github.com/Huachao/vscode-restclient/issues/957)
7+
* __Bug Fix__: [Fix inferred operation name issue with trailing space in GraphQL](https://github.com/Huachao/vscode-restclient/issues/960)
8+
* __Bug Fix__: [Fixed multipart/form-data request was not ending with `\r\n`](https://github.com/Huachao/vscode-restclient/pull/999) ([@MaximkaHuman](https://github.com/MaximkaHuman))
9+
* __Improvement__: [Treat `text/json` as JSON](https://github.com/Huachao/vscode-restclient/issues/1019)
10+
111
## 0.24.6 (2021/11/29)
212
* __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))
313
* __Improvement__: [Allow comments between variable declarations](https://github.com/Huachao/vscode-restclient/pull/885) ([@Danysan1](https://github.com/Danysan1))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.6",
5+
"version": "0.25.0",
66
"publisher": "humao",
77
"author": {
88
"name": "Huachao Mao",

0 commit comments

Comments
 (0)