You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/11/06 22:38:47 UTC

[cordova-plugin-battery-status] 01/01: CB-13542 Updated version and RELEASENOTES.md for release 1.2.5 (via coho)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to tag 1.2.5
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git

commit e336730d4b1190fe21fadc0e7159a72523553286
Author: Steve Gill <st...@gmail.com>
AuthorDate: Mon Nov 6 14:37:41 2017 -0800

    CB-13542 Updated version and RELEASENOTES.md for release 1.2.5 (via coho)
---
 RELEASENOTES.md  | 8 ++++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 47fd4fc..84222c2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -18,8 +18,16 @@
 # under the License.
 #
 -->
+
 # Release Notes
 
+### 1.2.5 (Nov 06, 2017)
+* [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) added `eslint` and removed `jshint`
+* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) Added **Browser** platform to Travis
+* [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
+* [CB-12991](https://issues.apache.org/jira/browse/CB-12991) (CI) Updated CI badges
+* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
 
 ### 1.2.4 (Apr 27, 2017)
 * [CB-12622](https://issues.apache.org/jira/browse/CB-12622) (Android) Added **Android 6.0** build badge
diff --git a/package.json b/package.json
index e551a82..34b7d7c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-battery-status",
-  "version": "1.2.5-dev",
+  "version": "1.2.5",
   "description": "Cordova Battery Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 9ea8649..28e2da9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="cordova-plugin-battery-status"
-      version="1.2.5-dev">
+      version="1.2.5">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4be683a..5345c0e 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-battery-status-tests"
-    version="1.2.5-dev">
+    version="1.2.5">
     <name>Cordova Battery Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org