Skip to content

Commit

Permalink
Prepare for 1.11.1 (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Jul 4, 2023
1 parent e3c45c4 commit ada9663
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 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)
* Add command to quickly revert open module update [#1961](https://github.com/microsoft/vscode-react-native/pull/1961)
* Add argument to collect js-debug native verbose log [#1971](https://github.com/microsoft/vscode-react-native/pull/1971)
* Integrate react-native upgrade-helper [#1973](https://github.com/microsoft/vscode-react-native/pull/1973)
* Update documentation: debug out of project directory [#1980](https://github.com/microsoft/vscode-react-native/pull/1980)
* Internal changes:
* Fix security vulnerabilities
* Adding Microsoft SECURITY.MD [#1963](https://github.com/microsoft/vscode-react-native/pull/1963)
* Check updates for all package modules in extension [#1951](https://github.com/microsoft/vscode-react-native/pull/1951)
* Update typescript version to 5.0.4 and update related settings [#1956](https://github.com/microsoft/vscode-react-native/pull/1956)

## 1.11.0
* Support Hermes debugging for Expo SDK 48 [#1921](https://github.com/microsoft/vscode-react-native/pull/1921)
* Update documentation for Expo SDK 48 [#1929](https://github.com/microsoft/vscode-react-native/pull/1929)
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.0",
"version": "1.11.1",
"private": true,
"publisher": "msjsdiag",
"icon": "resources/images/icon.png",
Expand Down

0 comments on commit ada9663

Please sign in to comment.