Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Nov 21, 2018
1 parent 082cbc0 commit 9df1a53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#0.3.2">0.3.2</a><br/>
<a href="#0.3.1">0.3.1</a><br/>
<a href="#0.3.0">0.3.0</a><br/>
<a href="#0.2.1">0.2.1</a><br/>
Expand All @@ -18,8 +19,19 @@
</tr>
</table>

<a id="0.3.2"></a>
## 2018-11-21, Version 0.3.2 (Current)

### Notable Changes

* Hotfixes the node thread stack size on iOS, when starting the runtime with a node project folder.

### Commits

* [[`082cbc0`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/082cbc0d4815d435a8c06cd34bea4c0a6d573dec)] - ios: set node project thread stack size to 2MB (Jaime Bernardo)

<a id="0.3.1"></a>
## 2018-11-07, Version 0.3.1 (Current)
## 2018-11-07, Version 0.3.1

### Notable Changes

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": "nodejs-mobile-react-native",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9df1a53

Please sign in to comment.