We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452c724 commit a3059ccCopy full SHA for a3059cc
CHANGELOG.md
@@ -6,6 +6,7 @@
6
</tr>
7
<tr>
8
<td>
9
+<a href="#16.17.10">16.17.10</a><br/>
10
<a href="#16.17.9">16.17.9</a><br/>
11
<a href="#16.17.8">16.17.8</a><br/>
12
<a href="#16.17.7">16.17.7</a><br/>
@@ -45,8 +46,16 @@
45
46
47
</table>
48
49
+<a id="16.17.10"></a>
50
+## 2023-03-23, Version 16.17.10 (Current)
51
+
52
+### Notable Changes
53
54
+* ios: fix bash mistake in build native mods script
55
56
57
<a id="16.17.9"></a>
-## 2023-03-17, Version 16.17.9 (Current)
58
+## 2023-03-17, Version 16.17.9
59
60
### Notable Changes
61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodejs-mobile-react-native",
3
- "version": "16.17.9",
+ "version": "16.17.10",
4
"description": "Node.js for Mobile Apps React Native plugin",
5
"main": "index.js",
"scripts": {
0 commit comments