From c887bf83a396cfa0b8e622aebce199cb5fc2ad33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=99=E6=AD=A3?= Date: Wed, 22 Jun 2022 00:18:58 +0800 Subject: [PATCH] Bump version to 0.25.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2188d6e6..d674979b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.25.0 (2022/06/21) +* __Feature__: [Support prompt variables](https://github.com/Huachao/vscode-restclient/pull/616) ([@theerapatcha](https://github.com/theerapatcha)) +* __Feature__: Support request level setting for `no-cookie-jar` and `no-redirect-jar` +* __Feature__: [Add Markdown support to run requests with code lenses](https://github.com/Huachao/vscode-restclient/pull/933) ([@acuarica](https://github.com/acuarica)) +* __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)) +* __Bug Fix__: [Fix curl prase error if -d option is number only](https://github.com/Huachao/vscode-restclient/issues/957) +* __Bug Fix__: [Fix inferred operation name issue with trailing space in GraphQL](https://github.com/Huachao/vscode-restclient/issues/960) +* __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)) +* __Improvement__: [Treat `text/json` as JSON](https://github.com/Huachao/vscode-restclient/issues/1019) + ## 0.24.6 (2021/11/29) * __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)) * __Improvement__: [Allow comments between variable declarations](https://github.com/Huachao/vscode-restclient/pull/885) ([@Danysan1](https://github.com/Danysan1)) diff --git a/package-lock.json b/package-lock.json index 6ff939d7..5f29beb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rest-client", - "version": "0.24.6", + "version": "0.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5849bbce..fa3c2788 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rest-client", "displayName": "REST Client", "description": "REST Client for Visual Studio Code", - "version": "0.24.6", + "version": "0.25.0", "publisher": "humao", "author": { "name": "Huachao Mao",