Skip to content

Commit 3006641

Browse files
authored
Prepare for 1.12.1 (#2047)
* Prepare for 1.12.1 Fixes #2045 * add 2048 * Prepare for 1.12.1 Fixes #2045
1 parent d80f173 commit 3006641

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.12.1
2+
* Ignore merto config verification for expo application [#2040](https://github.com/microsoft/vscode-react-native/pull/2040)
3+
* Add documentation for Android applicationIdSuffix customization and fix format [#2044](https://github.com/microsoft/vscode-react-native/pull/2044)
4+
* Fix app launcher create issue in subfolder project [#2048](https://github.com/microsoft/vscode-react-native/pull/2048)
5+
* Internal changes:
6+
* Resolve CodeQL analysis alert: Do not use eval or the Function constructor [#2034](https://github.com/microsoft/vscode-react-native/pull/2034)
7+
* Add unit test for CLI generation [#2036](https://github.com/microsoft/vscode-react-native/pull/2036)
8+
19
## 1.12.0
210
* Support Expo web debugging [#1997](https://github.com/microsoft/vscode-react-native/pull/1997)
311
* Add Expo web debugging documentation [#2019](https://github.com/microsoft/vscode-react-native/pull/2019)

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

0 commit comments

Comments
 (0)