Skip to content

Commit 022c47e

Browse files
Release 0.4.0
1 parent 844fce9 commit 022c47e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#0.4.0">0.4.0</a><br/>
910
<a href="#0.3.4">0.3.4</a><br/>
1011
<a href="#0.3.3">0.3.3</a><br/>
1112
<a href="#0.3.2">0.3.2</a><br/>
@@ -21,8 +22,22 @@
2122
</tr>
2223
</table>
2324

25+
<a id="0.4.0"></a>
26+
## 2019-04-04, Version 0.4.0 (Current)
27+
28+
### Notable Changes
29+
30+
* Update `nodejs-mobile` binaries to `v0.2.0`, which updates the engine to `v10.13.0` LTS.
31+
32+
### Commits
33+
34+
* [[`844fce9`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/844fce9cf8329f2c816de4e7f2d1efeeeee88439)] - docs: mention metro.config.js in Troubleshooting (Jaime Bernardo)
35+
* [[`9655d3a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/9655d3af08102a463891052772e848e94e4c14be)] - android: fix libc++_shared packaging in 0.59 (Jaime Bernardo)
36+
* [[`c6d9a23`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/c6d9a239d3422a78bcfe95ab745e4f06408a2379)] - android: fix gradle compile deprecation warning (Jaime Bernardo)
37+
* [[`81567e4`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/81567e4e605329a2659e9f7ec4c25ade20c4fdc5)] - core: update nodejs-mobile v0.2.0 (Jaime Bernardo)
38+
2439
<a id="0.3.4"></a>
25-
## 2019-03-18, Version 0.3.4 (Current)
40+
## 2019-03-18, Version 0.3.4
2641

2742
### Notable Changes
2843

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "nodejs-mobile-react-native",
4-
"version": "0.3.4",
4+
"version": "0.4.0",
55
"description": "Node.js for Mobile Apps React Native plugin",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)