Skip to content

Commit 8606fc4

Browse files
author
Vladimir Kotikov
authored
Prepare 0.3.2 release (#429)
Update CHANGELOG Bump version in package.json
1 parent 4d1fa3f commit 8606fc4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.2
2+
* Rename launch.json snippets to make it easier to add React Native launch configurations to existing `launch.json`
3+
* Fix regressions in app worker introduced after moving to 'node2' debugger
4+
* Fix bug with loading assets in exponent and upgrade XDL
5+
* Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
6+
* Prefer `xcworkspace` files over `xcodeproj` when launching `xcodebuild`
7+
* Updated README `.babelrc` instructions
8+
19
## 0.3.1
210
* Fixed an issue when no .vscode folder is present in a project
311
* Added support for launch.json snippets

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": "0.3.1",
4+
"version": "0.3.2",
55
"private": true,
66
"publisher": "vsmobile",
77
"icon": "images/icon.svg",

0 commit comments

Comments
 (0)