Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Nov 7, 2018
1 parent 14ee5ea commit be459ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 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.2.2">0.2.2</a><br/>
<a href="#0.2.1">0.2.1</a><br/>
<a href="#0.2.0">0.2.0</a><br/>
<a href="#0.1.5">0.1.5</a><br/>
Expand All @@ -17,6 +18,16 @@
</tr>
</table>

<a id="0.2.2"></a>
## Version 0.2.2 - Nov 07 2018

### Notable Changes
- Update `nodejs-mobile` binaries to `v0.1.8`, fixing exceptions on Apple A12 CPUs for iOS and being built with NDK r18b for Android.

### Commits
- [[`14ee5ea`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/14ee5ea88fc1be10c93e504f1274b2c07d1e77db)] - core: update nodejs-mobile v0.1.8 (Jaime Bernardo)
- [[`4c2394a`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/4c2394a1b113cf3364f859488ec5022178c8e6c0)] - docs: document os.tmpdir behavior in node (Jaime Bernardo)

<a id="0.2.1"></a>
## Version 0.2.1 - Jul 30 2018

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.2.1",
"version": "0.2.2",
"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.2.1">
version="0.2.2">

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

0 comments on commit be459ac

Please sign in to comment.