Skip to content

Commit ef878e8

Browse files
authored
Prepare for 1.11.0 (#1950)
1 parent ee2a318 commit ef878e8

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.11.0
2+
* Support Hermes debugging for Expo SDK 48 [#1921](https://github.com/microsoft/vscode-react-native/pull/1921)
3+
* Update documentation for Expo SDK 48 [#1929](https://github.com/microsoft/vscode-react-native/pull/1929)
4+
* Remove 'Experimental' tag for iOS& Android Hermes debugger [#1935](https://github.com/microsoft/vscode-react-native/pull/1935)
5+
* Add Hermes Expo debugger in debug-alt menu [#1942](https://github.com/microsoft/vscode-react-native/pull/1942)
6+
* Add support for EAS build setup command [#1947](https://github.com/microsoft/vscode-react-native/pull/1947)
7+
* Internal changes:
8+
* Update pipeline tasks - Component Detection& NOTICE File Generator [#1925](https://github.com/microsoft/vscode-react-native/pull/1925)
9+
* Run locale testing on vscode latest stable version [#1938](https://github.com/microsoft/vscode-react-native/pull/1938)
10+
* Cleanup and update 3rd party notices file [#1939](https://github.com/microsoft/vscode-react-native/pull/1939)
11+
112
## 1.10.2
213
* Improve android sdk and adb.exe path reading logic [#1877](https://github.com/microsoft/vscode-react-native/pull/1877)
314
* Update vscode marketplace badge [#1893](https://github.com/microsoft/vscode-react-native/pull/1893)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.10.2",
4+
"version": "1.11.0",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

0 commit comments

Comments
 (0)