Skip to content

Commit 695b249

Browse files
committed
Release v0.6.3
1 parent 91206f4 commit 695b249

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 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.6.3">0.6.3</a><br/>
910
<a href="#0.6.2">0.6.2</a><br/>
1011
<a href="#0.6.1">0.6.1</a><br/>
1112
<a href="#0.6.0">0.6.0</a><br/>
@@ -29,8 +30,23 @@
2930
</tr>
3031
</table>
3132

33+
<a id="0.6.3"></a>
34+
## 2021-10-26, Version 0.6.2 (Current)
35+
36+
### Notable Changes
37+
38+
* Update `nodejs-mobile` binaries to `v0.3.3`, which fixes a crash on Android 11 related to network interfaces
39+
* Support React Native 0.64.x and above
40+
41+
### Commits
42+
43+
* [[`91206f4`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/91206f4c0675907798b48394dc375482fd62f600)] - core: update nodejs-mobile v0.3.3 (Andre Staltz)
44+
* [[`8d2cb35`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/8d2cb350e6267b4c15a66e4f6ab35b9507616ed2)] - android: use prebuilt toolchain for native modules (Gregor MacLennan)
45+
* [[`2b57062`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/2b5706234e8a7a8e70857193c542d8ffcb641c7c)] - plugin: support react-native 0.64 (Andre Staltz)
46+
* [[`1366db0`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/1366db07162798552e1fba3fe3168cf61a365749)] - plugin: update repo metadata for new org (Andre Staltz)
47+
3248
<a id="0.6.2"></a>
33-
## 2020-11-02, Version 0.6.2 (Current)
49+
## 2020-11-02, Version 0.6.2
3450

3551
### Notable Changes
3652

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-mobile-react-native",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Node.js for Mobile Apps React Native plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)