Skip to content

Commit

Permalink
Prepare for 1.12.1 (#2047)
Browse files Browse the repository at this point in the history
* Prepare for 1.12.1
Fixes #2045

* add 2048

* Prepare for 1.12.1
Fixes #2045
  • Loading branch information
benjaminbi committed Sep 27, 2023
1 parent d80f173 commit 3006641
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.12.1
* Ignore merto config verification for expo application [#2040](https://github.com/microsoft/vscode-react-native/pull/2040)
* Add documentation for Android applicationIdSuffix customization and fix format [#2044](https://github.com/microsoft/vscode-react-native/pull/2044)
* Fix app launcher create issue in subfolder project [#2048](https://github.com/microsoft/vscode-react-native/pull/2048)
* Internal changes:
* Resolve CodeQL analysis alert: Do not use eval or the Function constructor [#2034](https://github.com/microsoft/vscode-react-native/pull/2034)
* Add unit test for CLI generation [#2036](https://github.com/microsoft/vscode-react-native/pull/2036)

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

0 comments on commit 3006641

Please sign in to comment.