From 6f0b1575656ce79110f69d506597f08aa24af78b Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Wed, 7 Apr 2021 00:02:50 +0800 Subject: [PATCH] Bump version to 0.24.5 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4352b2a..082cdbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## 0.24.5 (2021/4/7) +* __Feature__: [Add support for text/javascript as JSON](https://github.com/Huachao/vscode-restclient/pull/654) ([@mingue](https://github.com/mingue)) +* __Feature__: [Add snippet for multipart/form-data request](https://github.com/Huachao/vscode-restclient/pull/725) ([@yunxifd](https://github.com/yunxifd)) +* __Bug Fix__: [Fix basic auth header not generated correct for user:password case](https://github.com/Huachao/vscode-restclient/issues/741) +* __Bug Fix__: [Fix `rest-client.fontSize` Default Value is Invalid](https://github.com/Huachao/vscode-restclient/issues/760) +* __Bug Fix__: [Recognize `--data-raw` curl option](https://github.com/Huachao/vscode-restclient/issues/790) +* __Bug Fix__: Fix incorrect syntax highlight for request line without specifing method +* __Improvement__: [Updating document selector to support virtual file systems](https://github.com/Huachao/vscode-restclient/pull/720) ([@lostintangent](https://github.com/lostintangent)) +* __Improvement__: [Update azure ad token caching](https://github.com/Huachao/vscode-restclient/pull/795) ([@abdulkareemnalband](https://github.com/abdulkareemnalband)) + ## 0.24.4 (2020/11/9) -* __Feature__: [Search for .env files on parent folders](https://github.com/Huachao/vscode-restclient/pull/691) ([@joaogsleite](joaogsleite)) +* __Feature__: [Search for .env files on parent folders](https://github.com/Huachao/vscode-restclient/pull/691) ([@joaogsleite](https://github.com/joaogsleite)) * __Bug Fix__: [Fix args parse failure for `'`](https://github.com/Huachao/vscode-restclient/issues/705) * __Bug Fix__: [GraphQL file import fails](https://github.com/Huachao/vscode-restclient/issues/699) * __Bug Fix__: [Display of response header name is altered when header name and value are case-insensitive matches](https://github.com/Huachao/vscode-restclient/issues/709) diff --git a/package-lock.json b/package-lock.json index cd2c42b5..0e46914f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rest-client", - "version": "0.24.4", + "version": "0.24.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32020131..61e4c92c 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.4", + "version": "0.24.5", "publisher": "humao", "author": { "name": "Huachao Mao",