Skip to content

Commit cf4c909

Browse files
Release v0.5.0
1 parent 7cd4a01 commit cf4c909

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 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.5.0">0.5.0</a><br/>
910
<a href="#0.4.3">0.4.3</a><br/>
1011
<a href="#0.4.2">0.4.2</a><br/>
1112
<a href="#0.4.1">0.4.1</a><br/>
@@ -25,8 +26,22 @@
2526
</tr>
2627
</table>
2728

29+
<a id="0.5.0"></a>
30+
## 2019-09-17, Version 0.5.0 (Current)
31+
32+
### Notable Changes
33+
34+
* Support for `react-native v0.60+`, breaking compatibility with previous versions.
35+
* TypeScript type definitions added.
36+
37+
### Commits
38+
39+
* [[`7cd4a01`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/7cd4a01f41fd937628fff9e001de5eda6a001cb9)] - plugin: support react-native 0.60+ (Jaime Bernardo)
40+
* [[`dd7c67a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/dd7c67a5d7bee803105e9370e020633e2a3a4131)] - plugin: add typescript type definitions (Ivan Schurawel)
41+
* [[`71c401d`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/71c401d0fe7aa6e7b0c5a330bed3645c7a1ea036)] - plugin: update xcode to 2.0.0 (Rajiv Shah)
42+
2843
<a id="0.4.3"></a>
29-
## 2019-06-10, Version 0.4.3 (Current)
44+
## 2019-06-10, Version 0.4.3
3045

3146
### Notable Changes
3247

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

0 commit comments

Comments
 (0)