From 022c47e67f298d89170aea8e7b5e31103f433ebb Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 4 Apr 2019 15:25:52 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cbd5a..571f75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ +0.4.0
0.3.4
0.3.3
0.3.2
@@ -21,8 +22,22 @@ + +## 2019-04-04, Version 0.4.0 (Current) + +### Notable Changes + +* Update `nodejs-mobile` binaries to `v0.2.0`, which updates the engine to `v10.13.0` LTS. + +### Commits + +* [[`844fce9`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/844fce9cf8329f2c816de4e7f2d1efeeeee88439)] - docs: mention metro.config.js in Troubleshooting (Jaime Bernardo) +* [[`9655d3a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/9655d3af08102a463891052772e848e94e4c14be)] - android: fix libc++_shared packaging in 0.59 (Jaime Bernardo) +* [[`c6d9a23`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/c6d9a239d3422a78bcfe95ab745e4f06408a2379)] - android: fix gradle compile deprecation warning (Jaime Bernardo) +* [[`81567e4`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/81567e4e605329a2659e9f7ec4c25ade20c4fdc5)] - core: update nodejs-mobile v0.2.0 (Jaime Bernardo) + -## 2019-03-18, Version 0.3.4 (Current) +## 2019-03-18, Version 0.3.4 ### Notable Changes diff --git a/package.json b/package.json index 2667bfd..312bdf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nodejs-mobile-react-native", - "version": "0.3.4", + "version": "0.4.0", "description": "Node.js for Mobile Apps React Native plugin", "main": "index.js", "scripts": {