Skip to content

Commit d4af0e6

Browse files
Working on Node.js for Mobile Apps v0.3.3
1 parent 9d19d1e commit d4af0e6

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

doc_mobile/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.3.2">0.3.2</a><br/>
910
<a href="#0.3.1">0.3.1</a><br/>
1011
<a href="#0.3.0">0.3.0</a><br/>
1112
<a href="#0.2.2">0.2.2</a><br/>
@@ -25,8 +26,23 @@
2526
</tr>
2627
</table>
2728

29+
<a id="0.3.2"></a>
30+
## 2020-11-02, Version 0.3.2 (Current)
31+
32+
### Notable Changes
33+
34+
* Updates the node engine version to 12.19.0 LTS.
35+
36+
### Commits
37+
38+
* [[`9d19d1e171`](https://github.com/janeasystems/nodejs-mobile/commit/9d19d1e1710c87fa8f745b64b9ed00528df7842b)] - Node.js on Mobile v0.3.2 (Jaime Bernardo)
39+
* [[`62c8bcaa6b`](https://github.com/janeasystems/nodejs-mobile/commit/62c8bcaa6bba2001bd4bf1ed77145b1a3514fcc3)] - android: don't use copy_file_range on 32 bits (Jaime Bernardo)
40+
* [[`02799cb9dc`](https://github.com/janeasystems/nodejs-mobile/commit/02799cb9dc9d410616ade010604636633c9925f7)] - test: fix mobile tests for 12.19.0 (Jaime Bernardo)
41+
* [[`fb24d2532e`](https://github.com/janeasystems/nodejs-mobile/commit/fb24d2532ecfe6655c3fefe83311748c5f2bd020)] - Merge node 12.19.0 (Jaime Bernardo)
42+
* [[`c8ed4167f5`](https://github.com/janeasystems/nodejs-mobile/commit/c8ed4167f58fd3dc35b508fa7018497a908751b5)] - Working on Node.js for Mobile Apps v0.3.2 (Jaime Bernardo)
43+
2844
<a id="0.3.1"></a>
29-
## 2020-05-25, Version 0.3.1 (Current)
45+
## 2020-05-25, Version 0.3.1
3046

3147
### Notable Changes
3248

src/node_mobile_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define NODE_MOBILE_MAJOR_VERSION 0
77
#define NODE_MOBILE_MINOR_VERSION 3
8-
#define NODE_MOBILE_PATCH_VERSION 2
8+
#define NODE_MOBILE_PATCH_VERSION 3
99

1010
#define NODE_MOBILE_VERSION_IS_RELEASE NODE_VERSION_IS_RELEASE
1111

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Erbium"
3131

32-
#define NODE_VERSION_IS_RELEASE 1
32+
#define NODE_VERSION_IS_RELEASE 0
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)