Skip to content

Commit ad89864

Browse files
Release v0.4.2
1 parent 14c5554 commit ad89864

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 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.4.2">0.4.2</a><br/>
910
<a href="#0.4.1">0.4.1</a><br/>
1011
<a href="#0.4.0">0.4.0</a><br/>
1112
<a href="#0.3.4">0.3.4</a><br/>
@@ -23,8 +24,19 @@
2324
</tr>
2425
</table>
2526

27+
<a id="0.4.2"></a>
28+
## 2019-06-03, Version 0.4.2 (Current)
29+
30+
### Notable Changes
31+
32+
* Update `nodejs-mobile-gyp` to `v0.3.1`, fixing a potential security issue.
33+
34+
### Commits
35+
36+
* [[`14c5554`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/14c555472bb1626b8a0ed56bd5d72ce7ed37b646)] - plugin: update nodejs-mobile-gyp to 0.3.1 (Julia Friesel)
37+
2638
<a id="0.4.1"></a>
27-
## 2019-04-24, Version 0.4.1 (Current)
39+
## 2019-04-24, Version 0.4.1
2840

2941
### Notable Changes
3042

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "nodejs-mobile-react-native",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "Node.js for Mobile Apps React Native plugin",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)