Skip to content

Commit d73d50d

Browse files
authored
Prepare for 1.11.2 (#2010)
1 parent b84470b commit d73d50d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.11.2
2+
* Fix attach request for different metro ports [#2007](https://github.com/microsoft/vscode-react-native/pull/2007)
3+
* Fix unexpected internal error [#2005](https://github.com/microsoft/vscode-react-native/pull/2005)
4+
* Fix getting android sdk path logic in local.properties file [#1991](https://github.com/microsoft/vscode-react-native/pull/1991)
5+
* Replace RN CLI by Expo CLI to start Metro in Expo debugging [#1987](https://github.com/microsoft/vscode-react-native/pull/1987)
6+
* Fix show qrcode in output window function [#1985](https://github.com/microsoft/vscode-react-native/pull/1985)
7+
* Internal changes:
8+
* Fix security vulnerabilities [#1994](https://github.com/microsoft/vscode-react-native/pull/1994)
9+
110
## 1.11.1
211
* Support Expo EAS command: open the project page in a web browser [#1959](https://github.com/microsoft/vscode-react-native/pull/1959)
312
* Update vscode marketpace badge service [#1967](https://github.com/microsoft/vscode-react-native/pull/1967)

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

0 commit comments

Comments
 (0)