From 09931bacb59803381a9a3f8464d337face198f66 Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Sun, 30 Aug 2020 11:04:01 +0800 Subject: [PATCH] Bump version to 0.24.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cee08d4..51da2b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.24.2 (2020/8/30) +* __Feature__: [Add support for Microsoft Identity Platform aka Azure ActiveDirectory V2](https://github.com/Huachao/vscode-restclient/pull/649) ([@darrelmiller](https://github.com/darrelmiller)) +* __Feature__: [Processing variables from external file](https://github.com/Huachao/vscode-restclient/pull/632) ([@ricmrodrigues](https://github.com/ricmrodrigues)) +* __Bug Fix__: [Fix broken links in JSON responses](https://github.com/Huachao/vscode-restclient/pull/620) ([@jackbravo](https://github.com/jackbravo)) +* __Bug Fix__: [localDatetime timezone discrepancy in iso8601 format](https://github.com/Huachao/vscode-restclient/issues/648) +* __Bug Fix__: [Allow {{...}} in comments and strings without linting error](https://github.com/Huachao/vscode-restclient/issues/631) +* __Improvement__: [Fix some trivial errors in README.md](https://github.com/Huachao/vscode-restclient/pull/619) ([@wtetsu](https://github.com/wtetsu)) +* __Improvement__: [Support multiple line query string with spaces](https://github.com/Huachao/vscode-restclient/issues/635) +* __Improvement__: [Add code snippet for request / request-promise or axios in NodeJS](https://github.com/Huachao/vscode-restclient/issues/428) + ## 0.24.1 (2020/6/13) * __Bug Fix__: [Query strings not working on multiple lines](https://github.com/Huachao/vscode-restclient/issues/607) diff --git a/package.json b/package.json index f2e145e2..96387517 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.1", + "version": "0.24.2", "publisher": "humao", "author": { "name": "Huachao Mao",