Skip to content

Commit

Permalink
Prepare for 1.12.3 (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Jan 5, 2024
1 parent fb39b75 commit 7190596
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.12.3
* Handle settings file for unsaved workspace [#2077](https://github.com/microsoft/vscode-react-native/pull/2077)
* Documentation: debugging in vscode workspace [#2075](https://github.com/microsoft/vscode-react-native/pull/2075)
* Add command for launching Expo web application [#2073](https://github.com/microsoft/vscode-react-native/pull/2073)
* Handle comment line in workspace settings file [#2071](https://github.com/microsoft/vscode-react-native/pull/2071)
* Add command to download ExpoGo and install in simulator [#2064](https://github.com/microsoft/vscode-react-native/pull/2064)
* Internal changes:
* Bump @babel/traverse from 7.14.2 to 7.23.2 [#2059](https://github.com/microsoft/vscode-react-native/pull/2059)
* Fix gulp script failure on node18 [#2079](https://github.com/microsoft/vscode-react-native/pull/2079)
* Bump vscode-test to 2.3.8 [#2083](https://github.com/microsoft/vscode-react-native/pull/2083)
* Add unit test for workspace settings file with comment line [#2081](https://github.com/microsoft/vscode-react-native/pull/2081)
* Bump eslint package to support typescript new version [#2088](https://github.com/microsoft/vscode-react-native/pull/2088)

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

0 comments on commit 7190596

Please sign in to comment.