Skip to content

Commit

Permalink
Merge pull request #392 from Microsoft/prepareRelease
Browse files Browse the repository at this point in the history
Preparing for release
  • Loading branch information
MSLaguana authored Feb 9, 2017
2 parents dd977f5 + 96e321c commit b42a1c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0
* Updated to use node2 debug engine instead of node. We now spawn a separate node process to run the app logic rather than using node's `vm` infrastructure.
* Fixed support for android variants
* Fixed the ability to open source files by tapping on stack frames when the app red-boxes

## 0.2.5
* Removed `require` from app worker context to work around change in node 7. `__debug__.require` is still present for applications which need it

Expand Down
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": "0.2.5",
"version": "0.3.0",
"private": true,
"publisher": "vsmobile",
"icon": "images/icon.svg",
Expand Down

0 comments on commit b42a1c4

Please sign in to comment.