Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Nov 2, 2020
1 parent b8b7d60 commit 17fe8f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 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.6.2">0.6.2</a><br/>
<a href="#0.6.1">0.6.1</a><br/>
<a href="#0.6.0">0.6.0</a><br/>
<a href="#0.5.0">0.5.0</a><br/>
Expand All @@ -28,8 +29,21 @@
</tr>
</table>

<a id="0.6.2"></a>
## 2020-11-02, Version 0.6.2 (Current)

### Notable Changes

* Update `nodejs-mobile` binaries to `v0.3.2`, which updates the engine to `v12.19.0` LTS.
* Support Rust neon-bindings for native modules on iOS.

### Commits

* [[`b8b7d60`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/b8b7d60be696d633f0b6e1ab34e36737309451a0)] - core: update nodejs-mobile v0.3.2 (Jaime Bernardo)
* [[`7e40004`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/7e4000466c93b2f053e2922e589de5bb4a5dac9d)] - ios: support neon-bindings (Rust) native modules (Andre Staltz)

<a id="0.6.1"></a>
## 2020-05-25, Version 0.6.1 (Current)
## 2020-05-25, Version 0.6.1

### Notable Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-react-native",
"version": "0.6.1",
"version": "0.6.2",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17fe8f2

Please sign in to comment.