Skip to content

Commit

Permalink
Bump version to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Aug 30, 2020
1 parent 2606ed6 commit 09931ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09931ba

Please sign in to comment.