Skip to content

Commit 54eeb60

Browse files
committed
Release v0.8.1
1 parent c2df7c5 commit 54eeb60

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 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.1">0.8.1</a><br/>
910
<a href="#0.8.0">0.8.0</a><br/>
1011
<a href="#0.7.0">0.7.0</a><br/>
1112
<a href="#0.6.4">0.6.4</a><br/>
@@ -33,8 +34,16 @@
3334
</tr>
3435
</table>
3536

37+
<a id="0.8.1"></a>
38+
## 2022-05-19, Version 0.8.1 (Current)
39+
40+
### Commits
41+
42+
* [[`c2df7c5`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/c2df7c50119614cc8f4535b285cd27c457c80b1d)] - android: Get ndkVersion from main projects' gradle config
43+
44+
3645
<a id="0.8.0"></a>
37-
## 2022-03-16, Version 0.8.0 (Current)
46+
## 2022-03-16, Version 0.8.0
3847

3948
### Notable Changes
4049

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

0 commit comments

Comments
 (0)