Skip to content

Commit

Permalink
Prepare for 1.12.2 (#2066)
Browse files Browse the repository at this point in the history
Fixes #2065

Co-authored-by: Ezio Li <v-yukl@microsoft.com>
  • Loading branch information
benjaminbi and EzioLi01 committed Nov 6, 2023
1 parent 08b3eeb commit ec08712
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.12.2
* Fix react-native application crashing issue related to cdp event [#2055](https://github.com/microsoft/vscode-react-native/pull/2055)
* Add workspace setting to ignore specific project folder in multi-root workspace [#2061](https://github.com/microsoft/vscode-react-native/pull/2061)
* Internal changes:
* Bump postcss from 8.4.26 to 8.4.31 in /test/smoke/package [#2053](https://github.com/microsoft/vscode-react-native/pull/2053)
* Update vscode-debugadapter to @vscode/debugadapter [#2057](https://github.com/microsoft/vscode-react-native/pull/2057)
* 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)
* Add unit test for getting workspace settings [#2062](https://github.com/microsoft/vscode-react-native/pull/2062)

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

0 comments on commit ec08712

Please sign in to comment.