Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ada9663

Browse files
authoredJul 4, 2023
Prepare for 1.11.1 (#1982)
1 parent e3c45c4 commit ada9663

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 1.11.0
215
* Support Hermes debugging for Expo SDK 48 [#1921](https://github.com/microsoft/vscode-react-native/pull/1921)
316
* Update documentation for Expo SDK 48 [#1929](https://github.com/microsoft/vscode-react-native/pull/1929)

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "1.11.1",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

0 commit comments

Comments
 (0)
Please sign in to comment.