Skip to content

Commit bb3192d

Browse files
authored
Prepare for 1.12.0 (#2033)
1 parent 741851a commit bb3192d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.12.0
2+
* Support Expo web debugging [#1997](https://github.com/microsoft/vscode-react-native/pull/1997)
3+
* Add Expo web debugging documentation [#2019](https://github.com/microsoft/vscode-react-native/pull/2019)
4+
* Add metro bundler field in app.json for expo web debugging [#2021](https://github.com/microsoft/vscode-react-native/pull/2021)
5+
* Verify metro.config.js when start debugging [#2023](https://github.com/microsoft/vscode-react-native/pull/2023)
6+
* Internal changes:
7+
* Fix security vulnerabilities [#2015](https://github.com/microsoft/vscode-react-native/pull/2015)
8+
* Disable mocha spec reporter for unit test [#2017](https://github.com/microsoft/vscode-react-native/pull/2017)
9+
* Add unit test for expo web metro bundler setup [#2025](https://github.com/microsoft/vscode-react-native/pull/2025)
10+
111
## 1.11.2
212
* Fix attach request for different metro ports [#2007](https://github.com/microsoft/vscode-react-native/pull/2007)
313
* Fix unexpected internal error [#2005](https://github.com/microsoft/vscode-react-native/pull/2005)

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

0 commit comments

Comments
 (0)