Skip to content

Commit b84b65b

Browse files
committed
Release v18.17.1
1 parent fb61fc1 commit b84b65b

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="#18.17.1">18.17.1</a><br/>
910
<a href="#16.17.10">16.17.10</a><br/>
1011
<a href="#16.17.9">16.17.9</a><br/>
1112
<a href="#16.17.8">16.17.8</a><br/>
@@ -46,8 +47,20 @@
4647
</tr>
4748
</table>
4849

50+
<a id="18.17.1"></a>
51+
## 2023-03-23, Version 18.17.1 (Current)
52+
53+
### Notable Changes
54+
55+
* Update `nodejs-mobile` binaries to `v18.17.1`
56+
* (Host) Node.js version 16 required when building native modules on Android and iOS
57+
* iOS >=13.0 required as deployment target
58+
* Android >=7.0 (SDK 24) required as `minSdkVersion`
59+
* Android NDK 24 or higher required when building native modules
60+
61+
4962
<a id="16.17.10"></a>
50-
## 2023-03-23, Version 16.17.10 (Current)
63+
## 2023-03-23, Version 16.17.10
5164

5265
### Notable Changes
5366

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

0 commit comments

Comments
 (0)