Skip to content

Commit 960a6ec

Browse files
Prepare for 1.6.1 (#1653)
* Bump extension version to 1.6.1 * Update CHANGELOG.md Co-authored-by: RedMickey <[email protected]> Co-authored-by: RedMickey <[email protected]>
1 parent 65e5536 commit 960a6ec

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.6.1
2+
* Improved error logging on debugging [#1633](https://github.com/microsoft/vscode-react-native/pull/1633)
3+
* Improved parsing of `sdk.dir` parameter in Android `local.properties` [#1643](https://github.com/microsoft/vscode-react-native/pull/1643)
4+
* Fixed typos in error messages, thanks to [Alexander Sklar(@asklar)](https://github.com/asklar) [#1648](https://github.com/microsoft/vscode-react-native/pull/1648)
5+
* Enhanced documentation about extension commands usage [#1649](https://github.com/microsoft/vscode-react-native/pull/1649)
6+
* Improved tips notifications functionality [#1642](https://github.com/microsoft/vscode-react-native/pull/1642)
7+
* Added a settings parameter for controlling the version of the `@expo/ngrok` package [#1652](https://github.com/microsoft/vscode-react-native/pull/1652)
8+
* Improved extension security [#1635](https://github.com/microsoft/vscode-react-native/pull/1635), [#1640](https://github.com/microsoft/vscode-react-native/pull/1640), [#1641](https://github.com/microsoft/vscode-react-native/pull/1641)
9+
10+
111
## 1.6.0
212
* Added support of debugging of React Native for Windows Hermes applications: [more info](https://github.com/microsoft/vscode-react-native#windows-hermes-debugging) [#1624](https://github.com/microsoft/vscode-react-native/pull/1624)
313
* Added tips about rarely used extension features [#1610](https://github.com/microsoft/vscode-react-native/pull/1610)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-react-native",
33
"displayName": "React Native Tools",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)