Skip to content

Commit

Permalink
Prepare for 1.10.2 (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Feb 16, 2023
1 parent 7f8ef5b commit 97bfa4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.10.2
* Improve android sdk and adb.exe path reading logic [#1877](https://github.com/microsoft/vscode-react-native/pull/1877)
* Update vscode marketplace badge [#1893](https://github.com/microsoft/vscode-react-native/pull/1893)
* Add notification for local file changes [#1896](https://github.com/microsoft/vscode-react-native/pull/1896)
* Fix deprecated new Buffer() to Buffer.from [#1905](https://github.com/microsoft/vscode-react-native/pull/1905)
* Internal changes:
* Add unit test for getting adb path logic [#1889](https://github.com/microsoft/vscode-react-native/pull/1889)
* Update VSCE module from vsce to @vscode/vsce [#1897](https://github.com/microsoft/vscode-react-native/pull/1897)
* Update module vscode-test to @vscode/test-electron, fix node ECONNRESET error in MacOS [#1908](https://github.com/microsoft/vscode-react-native/pull/1908)

## 1.10.1
* Improve expo package.json file checking logic for some previous expo versions [#1870](https://github.com/microsoft/vscode-react-native/issues/1870)
* Improve expo debugging output log user experience [#1874](https://github.com/microsoft/vscode-react-native/issues/1874)
Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-react-native",
"displayName": "React Native Tools",
"version": "1.10.1",
"version": "1.10.2",
"private": true,
"publisher": "msjsdiag",
"icon": "resources/images/icon.png",
Expand Down

0 comments on commit 97bfa4f

Please sign in to comment.