Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed May 25, 2020
1 parent 7e45d1c commit 8f21926
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#0.4.1">0.4.1</a><br/>
<a href="#0.4.0">0.4.0</a><br/>
<a href="#0.3.5">0.3.5</a><br/>
<a href="#0.3.4">0.3.4</a><br/>
Expand All @@ -28,6 +29,15 @@
</tr>
</table>

<a id="0.4.1"></a>
## Version 0.4.1 - May 25 2020

### Notable Changes
- Update `nodejs-mobile` binaries to `v0.3.1`, which updates the engine to `v12.16.3` LTS and uses V8 on iOS.

### Commits
- [[`7e45d1c`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/7e45d1ce54b0334ad3bcd256ba3847ce8b159540)] - core: update nodejs-mobile v0.3.1 (Jaime Bernardo)

<a id="0.4.0"></a>
## Version 0.4.0 - April 27 2020

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-cordova",
"version": "0.4.0",
"version": "0.4.1",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "nodejs-mobile-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="nodejs-mobile-cordova"
version="0.4.0">
version="0.4.1">

<name>Node.js Mobile</name>
<description>Node.js for Mobile Apps Cordova Plugin</description>
Expand Down

0 comments on commit 8f21926

Please sign in to comment.