Skip to content

Commit 97bfa4f

Browse files
authored
Prepare for 1.10.2 (#1915)
1 parent 7f8ef5b commit 97bfa4f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.10.2
2+
* Improve android sdk and adb.exe path reading logic [#1877](https://github.com/microsoft/vscode-react-native/pull/1877)
3+
* Update vscode marketplace badge [#1893](https://github.com/microsoft/vscode-react-native/pull/1893)
4+
* Add notification for local file changes [#1896](https://github.com/microsoft/vscode-react-native/pull/1896)
5+
* Fix deprecated new Buffer() to Buffer.from [#1905](https://github.com/microsoft/vscode-react-native/pull/1905)
6+
* Internal changes:
7+
* Add unit test for getting adb path logic [#1889](https://github.com/microsoft/vscode-react-native/pull/1889)
8+
* Update VSCE module from vsce to @vscode/vsce [#1897](https://github.com/microsoft/vscode-react-native/pull/1897)
9+
* Update module vscode-test to @vscode/test-electron, fix node ECONNRESET error in MacOS [#1908](https://github.com/microsoft/vscode-react-native/pull/1908)
10+
111
## 1.10.1
212
* Improve expo package.json file checking logic for some previous expo versions [#1870](https://github.com/microsoft/vscode-react-native/issues/1870)
313
* Improve expo debugging output log user experience [#1874](https://github.com/microsoft/vscode-react-native/issues/1874)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.10.1",
4+
"version": "1.10.2",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

0 commit comments

Comments
 (0)