Skip to content

Commit 6514259

Browse files
Release v0.6.1
1 parent bfe78e7 commit 6514259

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.1">0.6.1</a><br/>
910
<a href="#0.6.0">0.6.0</a><br/>
1011
<a href="#0.5.0">0.5.0</a><br/>
1112
<a href="#0.4.3">0.4.3</a><br/>
@@ -27,8 +28,21 @@
2728
</tr>
2829
</table>
2930

31+
<a id="0.6.1"></a>
32+
## 2020-05-25, Version 0.6.1 (Current)
33+
34+
### Notable Changes
35+
36+
* Update `nodejs-mobile` binaries to `v0.3.1`, which updates the engine to `v12.16.3` LTS.
37+
38+
### Commits
39+
40+
* [[`bfe78e7`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/bfe78e7c0a503193d9075e9809ebb17c33832e14)] - core: update nodejs-mobile v0.3.1 (Jaime Bernardo)
41+
* [[`736900c`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/736900c18c0cf69023180fc3964dde09ad35b4e0)] - android: build reproducible dir and file lists (Corey)
42+
* [[`b2d3fe9`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/b2d3fe943d8bc90f13542eeef9a9290c8b432ae1)] - doc: add mention to iOS 11.0 or later support (Jaime Bernardo)
43+
3044
<a id="0.6.0"></a>
31-
## 2020-04-27, Version 0.6.0 (Current)
45+
## 2020-04-27, Version 0.6.0
3246

3347
### Notable Changes
3448

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

0 commit comments

Comments
 (0)