Skip to content

Commit 1feb35d

Browse files
Release v0.4.1
1 parent 13e15a4 commit 1feb35d

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.1">0.4.1</a><br/>
910
<a href="#0.4.0">0.4.0</a><br/>
1011
<a href="#0.3.4">0.3.4</a><br/>
1112
<a href="#0.3.3">0.3.3</a><br/>
@@ -22,8 +23,22 @@
2223
</tr>
2324
</table>
2425

26+
<a id="0.4.1"></a>
27+
## 2019-04-24, Version 0.4.1 (Current)
28+
29+
### Notable Changes
30+
31+
* Update `nodejs-mobile` binaries to `v0.2.1`, fixing an App Store submission error.
32+
33+
### Commits
34+
35+
* [[`13e15a4`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/13e15a44d3af89454669ee2423642a67c592e376)] - plugin: patch node-pre-gyp libc replacement (Jaime Bernardo)
36+
* [[`bb93132`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/bb9313234715472229e16907f567deb95174f56b)] - android: use minSdkVersion to build native modules (Jaime Bernardo)
37+
* [[`5e37e7a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/5e37e7a1ef7532afa78aededfb33f00643f839b8)] - core: update nodejs-mobile v0.2.1 (Jaime Bernardo)
38+
* [[`829ec3a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/829ec3ad804aae958813026ab544055faf7dfbba)] - android: Use ReactModule annotation from 0.58 (André Staltz)
39+
2540
<a id="0.4.0"></a>
26-
## 2019-04-04, Version 0.4.0 (Current)
41+
## 2019-04-04, Version 0.4.0
2742

2843
### Notable Changes
2944

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.4.0",
4+
"version": "0.4.1",
55
"description": "Node.js for Mobile Apps React Native plugin",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)