File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.13.0
2+ * Support react-native and expo doctor in command palette [ #2116 ] ( https://github.com/microsoft/vscode-react-native/pull/2116 )
3+ * Skip extra commas for getting workspace settings [ #2113 ] ( https://github.com/microsoft/vscode-react-native/pull/2113 )
4+ * Support .cjs metro config file [ #2103 ] ( hhttps://github.com/microsoft/vscode-react-native/pull/2103 )
5+ * Remove all Experimental tags for Hermes debugging [ #2094 ] ( https://github.com/microsoft/vscode-react-native/issues/2094 )
6+ * Support default breakpoints filters for exceptions [ #2097 ] ( https://github.com/microsoft/vscode-react-native/pull/2097 )
7+ * Update package and software version for each doc [ #2093 ] ( https://github.com/microsoft/vscode-react-native/pull/2093 )
8+ * Internal changes:
9+ * Fix security vulnerabilities
10+ * Bump ip from 1.1.5 to 1.1.9 [ #2112 ] ( https://github.com/microsoft/vscode-react-native/pull/2112 )
11+ * Bump JSON5 1.0.1 to 1.0.2, 2.x.x to 2.2.2 [ #2106 ] ( https://github.com/microsoft/vscode-react-native/pull/2106 )
12+ * Bump follow-redirects from 1.15.2 to 1.15.4 [ #2095 ] ( https://github.com/microsoft/vscode-react-native/pull/2095 )
13+ * Verify node version when start RN packager [ #2099 ] ( https://github.com/microsoft/vscode-react-native/pull/2099 )
14+ * Improve metro config verification logic [ #2100 ] ( https://github.com/microsoft/vscode-react-native/pull/2100 )
15+
116## 1.12.3
217* Handle settings file for unsaved workspace [ #2077 ] ( https://github.com/microsoft/vscode-react-native/pull/2077 )
318* Documentation: debugging in vscode workspace [ #2075 ] ( https://github.com/microsoft/vscode-react-native/pull/2075 )
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-react-native" ,
33 "displayName" : " React Native Tools" ,
4- "version" : " 1.12.3 " ,
4+ "version" : " 1.13.0 " ,
55 "private" : true ,
66 "publisher" : " msjsdiag" ,
77 "icon" : " resources/images/icon.png" ,
You can’t perform that action at this time.
0 commit comments