Skip to content

Commit 17fe8f2

Browse files
Release v0.6.2
1 parent b8b7d60 commit 17fe8f2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 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.2">0.6.2</a><br/>
910
<a href="#0.6.1">0.6.1</a><br/>
1011
<a href="#0.6.0">0.6.0</a><br/>
1112
<a href="#0.5.0">0.5.0</a><br/>
@@ -28,8 +29,21 @@
2829
</tr>
2930
</table>
3031

32+
<a id="0.6.2"></a>
33+
## 2020-11-02, Version 0.6.2 (Current)
34+
35+
### Notable Changes
36+
37+
* Update `nodejs-mobile` binaries to `v0.3.2`, which updates the engine to `v12.19.0` LTS.
38+
* Support Rust neon-bindings for native modules on iOS.
39+
40+
### Commits
41+
42+
* [[`b8b7d60`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/b8b7d60be696d633f0b6e1ab34e36737309451a0)] - core: update nodejs-mobile v0.3.2 (Jaime Bernardo)
43+
* [[`7e40004`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/7e4000466c93b2f053e2922e589de5bb4a5dac9d)] - ios: support neon-bindings (Rust) native modules (Andre Staltz)
44+
3145
<a id="0.6.1"></a>
32-
## 2020-05-25, Version 0.6.1 (Current)
46+
## 2020-05-25, Version 0.6.1
3347

3448
### Notable Changes
3549

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.1",
3+
"version": "0.6.2",
44
"description": "Node.js for Mobile Apps React Native plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)