Skip to content

Commit dea1b9d

Browse files
committed
Release v0.8.0
1 parent de9155b commit dea1b9d

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.8.0">0.8.0</a><br/>
910
<a href="#0.7.0">0.7.0</a><br/>
1011
<a href="#0.6.4">0.6.4</a><br/>
1112
<a href="#0.6.3">0.6.3</a><br/>
@@ -32,8 +33,20 @@
3233
</tr>
3334
</table>
3435

36+
<a id="0.8.0"></a>
37+
## 2022-03-16, Version 0.8.0 (Current)
38+
39+
### Notable Changes
40+
41+
* New JS API `startWithArgs(command[, options])`
42+
43+
### Commits
44+
45+
* [[`2edd052`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/2edd052e7a007edc917ee44b5130b24fda62a40e)] - plugin: new JS API startWithArgs() (@siepra)
46+
47+
3548
<a id="0.7.0"></a>
36-
## 2022-02-01, Version 0.7.0 (Current)
49+
## 2022-02-01, Version 0.7.0
3750

3851
### Notable Changes
3952

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

0 commit comments

Comments
 (0)