File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.11.1
2
+ * Support Expo EAS command: open the project page in a web browser [ #1959 ] ( https://github.com/microsoft/vscode-react-native/pull/1959 )
3
+ * Update vscode marketpace badge service [ #1967 ] ( https://github.com/microsoft/vscode-react-native/pull/1967 )
4
+ * Add command to quickly revert open module update [ #1961 ] ( https://github.com/microsoft/vscode-react-native/pull/1961 )
5
+ * Add argument to collect js-debug native verbose log [ #1971 ] ( https://github.com/microsoft/vscode-react-native/pull/1971 )
6
+ * Integrate react-native upgrade-helper [ #1973 ] ( https://github.com/microsoft/vscode-react-native/pull/1973 )
7
+ * Update documentation: debug out of project directory [ #1980 ] ( https://github.com/microsoft/vscode-react-native/pull/1980 )
8
+ * Internal changes:
9
+ * Fix security vulnerabilities
10
+ * Adding Microsoft SECURITY.MD [ #1963 ] ( https://github.com/microsoft/vscode-react-native/pull/1963 )
11
+ * Check updates for all package modules in extension [ #1951 ] ( https://github.com/microsoft/vscode-react-native/pull/1951 )
12
+ * Update typescript version to 5.0.4 and update related settings [ #1956 ] ( https://github.com/microsoft/vscode-react-native/pull/1956 )
13
+
1
14
## 1.11.0
2
15
* Support Hermes debugging for Expo SDK 48 [ #1921 ] ( https://github.com/microsoft/vscode-react-native/pull/1921 )
3
16
* Update documentation for Expo SDK 48 [ #1929 ] ( https://github.com/microsoft/vscode-react-native/pull/1929 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-react-native" ,
3
3
"displayName" : " React Native Tools" ,
4
- "version" : " 1.11.0 " ,
4
+ "version" : " 1.11.1 " ,
5
5
"private" : true ,
6
6
"publisher" : " msjsdiag" ,
7
7
"icon" : " resources/images/icon.png" ,
You can’t perform that action at this time.
0 commit comments