Skip to content

Commit e1dffb3

Browse files
Release v0.6.0
1 parent 1a58bcf commit e1dffb3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 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.0">0.6.0</a><br/>
910
<a href="#0.5.0">0.5.0</a><br/>
1011
<a href="#0.4.3">0.4.3</a><br/>
1112
<a href="#0.4.2">0.4.2</a><br/>
@@ -26,8 +27,20 @@
2627
</tr>
2728
</table>
2829

30+
<a id="0.6.0"></a>
31+
## 2020-04-27, Version 0.6.0 (Current)
32+
33+
### Notable Changes
34+
35+
* Update `nodejs-mobile` binaries to `v0.3.0`, which updates the engine to `v12.16.0` LTS and uses V8 on iOS.
36+
37+
### Commits
38+
39+
* [[`1a58bcf`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/1a58bcf53321d83165b9f607587650a3a0bf8aba)] - core: update nodejs-mobile v0.3.0 (Jaime Bernardo)
40+
* [[`b12b309`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/b12b309f4da0d303a400c4bd6b2c74acaf1cfb32)] - android: rust cargo build environment variables (stoically)
41+
2942
<a id="0.5.0"></a>
30-
## 2019-09-17, Version 0.5.0 (Current)
43+
## 2019-09-17, Version 0.5.0
3144

3245
### Notable Changes
3346

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

0 commit comments

Comments
 (0)