Skip to content

Commit

Permalink
Prepare for 1.11.2 (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Jul 31, 2023
1 parent b84470b commit d73d50d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.11.2
* Fix attach request for different metro ports [#2007](https://github.com/microsoft/vscode-react-native/pull/2007)
* Fix unexpected internal error [#2005](https://github.com/microsoft/vscode-react-native/pull/2005)
* Fix getting android sdk path logic in local.properties file [#1991](https://github.com/microsoft/vscode-react-native/pull/1991)
* Replace RN CLI by Expo CLI to start Metro in Expo debugging [#1987](https://github.com/microsoft/vscode-react-native/pull/1987)
* Fix show qrcode in output window function [#1985](https://github.com/microsoft/vscode-react-native/pull/1985)
* Internal changes:
* Fix security vulnerabilities [#1994](https://github.com/microsoft/vscode-react-native/pull/1994)

## 1.11.1
* Support Expo EAS command: open the project page in a web browser [#1959](https://github.com/microsoft/vscode-react-native/pull/1959)
* Update vscode marketpace badge service [#1967](https://github.com/microsoft/vscode-react-native/pull/1967)
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.11.1",
"version": "1.11.2",
"private": true,
"publisher": "msjsdiag",
"icon": "resources/images/icon.png",
Expand Down

0 comments on commit d73d50d

Please sign in to comment.