Skip to content

Commit

Permalink
Prepare for 0.16.1 (microsoft#1333)
Browse files Browse the repository at this point in the history
* Update changelog

* Update TPN

Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com>
  • Loading branch information
RedMickey and SounD120 committed Jul 2, 2020
1 parent 0fafe17 commit 166908e
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 0.16.1
* Improved extension security [#1310](https://github.com/microsoft/vscode-react-native/pull/1310), [#1329](https://github.com/microsoft/vscode-react-native/pull/1329)
* Fixed the incorrect handling of spaces in `adb` path from `local.properties` [#1326](https://github.com/microsoft/vscode-react-native/pull/1326)
* Internal changes:
* Migrated from TSLint to ESLint [#1315](https://github.com/microsoft/vscode-react-native/pull/1315)
* Implemented service for running different checks of the extension work [#1309](https://github.com/microsoft/vscode-react-native/pull/1309), [#1322](https://github.com/microsoft/vscode-react-native/pull/1322)
* Smoke tests were updated to work with VS Code 1.45.1 and Expo SDK 38


## 0.16.0
* Improved extension security [#1253](https://github.com/microsoft/vscode-react-native/pull/1253)
* Updated extension license to MIT [#1286](https://github.com/microsoft/vscode-react-native/pull/1286)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vscode-react-native",
"displayName": "React Native Tools",
"version": "0.16.0",
"version": "0.16.1",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",
Expand Down

0 comments on commit 166908e

Please sign in to comment.