Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Mar 16, 2022
1 parent de9155b commit dea1b9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#0.8.0">0.8.0</a><br/>
<a href="#0.7.0">0.7.0</a><br/>
<a href="#0.6.4">0.6.4</a><br/>
<a href="#0.6.3">0.6.3</a><br/>
Expand All @@ -32,8 +33,20 @@
</tr>
</table>

<a id="0.8.0"></a>
## 2022-03-16, Version 0.8.0 (Current)

### Notable Changes

* New JS API `startWithArgs(command[, options])`

### Commits

* [[`2edd052`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/2edd052e7a007edc917ee44b5130b24fda62a40e)] - plugin: new JS API startWithArgs() (@siepra)


<a id="0.7.0"></a>
## 2022-02-01, Version 0.7.0 (Current)
## 2022-02-01, Version 0.7.0

### Notable Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-react-native",
"version": "0.7.0",
"version": "0.8.0",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dea1b9d

Please sign in to comment.