Skip to content

Commit 8686371

Browse files
committed
Release v0.7.0
1 parent 9f0300d commit 8686371

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

35+
<a id="0.7.0"></a>
36+
## 2022-02-01, Version 0.7.0 (Current)
37+
38+
### Notable Changes
39+
40+
* Support Android Gradle plugin version 4
41+
42+
### Commits
43+
44+
* [[`9f0300d`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/9f0300ddbf4de9c34e6f2ddb05200f9d37fcc374)] - android: support Android Gradle plugin v4 (gmaclennan)
45+
46+
3447
<a id="0.6.4"></a>
35-
## 2021-12-16, Version 0.6.4 (Current)
48+
## 2021-12-16, Version 0.6.4
3649

3750
### Notable Changes
3851

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

0 commit comments

Comments
 (0)