Skip to content

Commit

Permalink
Prepare for 1.12.0 (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Sep 14, 2023
1 parent 741851a commit bb3192d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.12.0
* Support Expo web debugging [#1997](https://github.com/microsoft/vscode-react-native/pull/1997)
* Add Expo web debugging documentation [#2019](https://github.com/microsoft/vscode-react-native/pull/2019)
* Add metro bundler field in app.json for expo web debugging [#2021](https://github.com/microsoft/vscode-react-native/pull/2021)
* Verify metro.config.js when start debugging [#2023](https://github.com/microsoft/vscode-react-native/pull/2023)
* Internal changes:
* Fix security vulnerabilities [#2015](https://github.com/microsoft/vscode-react-native/pull/2015)
* Disable mocha spec reporter for unit test [#2017](https://github.com/microsoft/vscode-react-native/pull/2017)
* Add unit test for expo web metro bundler setup [#2025](https://github.com/microsoft/vscode-react-native/pull/2025)

## 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)
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.2",
"version": "1.12.0",
"private": true,
"publisher": "msjsdiag",
"icon": "resources/images/icon.png",
Expand Down

0 comments on commit bb3192d

Please sign in to comment.