Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Mar 14, 2019
1 parent bc3c596 commit c103cad
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.2.5">0.2.5</a><br/>
<a href="#0.2.4">0.2.4</a><br/>
<a href="#0.2.3">0.2.3</a><br/>
<a href="#0.2.2">0.2.2</a><br/>
Expand All @@ -20,6 +21,15 @@
</tr>
</table>

<a id="0.2.5"></a>
## Version 0.2.5 - Mar 14 2019

### Notable Changes
- Hotfix release: previous release didn't build for `cordova-android <= 6.3.0`.

### Commits
- [[`bc3c596`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/bc3c596a88ddae729b60e3c3ac3b4def42952111)] - android: always specify abiFilter if not set (Jaime Bernardo)

<a id="0.2.4"></a>
## Version 0.2.4 - Mar 11 2019

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.4",
"version": "0.2.5",
"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.4">
version="0.2.5">

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

0 comments on commit c103cad

Please sign in to comment.