Skip to content

Commit ec08712

Browse files
benjaminbiEzioLi01
andauthored
Prepare for 1.12.2 (#2066)
Fixes #2065 Co-authored-by: Ezio Li <v-yukl@microsoft.com>
1 parent 08b3eeb commit ec08712

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.12.2
2+
* Fix react-native application crashing issue related to cdp event [#2055](https://github.com/microsoft/vscode-react-native/pull/2055)
3+
* Add workspace setting to ignore specific project folder in multi-root workspace [#2061](https://github.com/microsoft/vscode-react-native/pull/2061)
4+
* Internal changes:
5+
* Bump postcss from 8.4.26 to 8.4.31 in /test/smoke/package [#2053](https://github.com/microsoft/vscode-react-native/pull/2053)
6+
* Update vscode-debugadapter to @vscode/debugadapter [#2057](https://github.com/microsoft/vscode-react-native/pull/2057)
7+
* Bump @babel/traverse from 7.22.8 to 7.23.2 in /test/smoke/package [#2060](https://github.com/microsoft/vscode-react-native/pull/2060)
8+
* Add unit test for getting workspace settings [#2062](https://github.com/microsoft/vscode-react-native/pull/2062)
9+
110
## 1.12.1
211
* Ignore merto config verification for expo application [#2040](https://github.com/microsoft/vscode-react-native/pull/2040)
312
* Add documentation for Android applicationIdSuffix customization and fix format [#2044](https://github.com/microsoft/vscode-react-native/pull/2044)

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

0 commit comments

Comments
 (0)