From 6fd138c572c3f95f37f3a4e4b959f5e8c2860ae1 Mon Sep 17 00:00:00 2001 From: randdusing Date: Wed, 21 Sep 2016 07:05:09 -0500 Subject: [PATCH] prepare release prepare release, update package.json and plugin.xml --- CHANGELOG.md | 9 +++++++-- package.json | 4 ++-- plugin.xml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1336ab2..2d9303e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ -## 4.2.1 - 2016-07-25 -- Fix issue with queuing getting stuck when device disconnects / closes +## 4.3.0 - 2016-09-21 +- Fix issue with queuing getting stuck when device disconnects / closes [\#315](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/315) +- Add ability to force rediscover via clearCache parameter (Android) [\#340](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/340) +- UUIDs are now always uppercase [\#337](https://github.com/randdusing/BluetoothLE/issues/337) +- Fix issue with discoveredState being null on connect error, which caused NullPointerExceptions [\#342](https://github.com/randdusing/BluetoothLE/issues/342) +- Add ability to auto connect via autoConnect parameter (Android) [\#333](https://github.com/randdusing/BluetoothLE/issues/333) +- Update package.json engines [\#348](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/348) ## 4.2.0 - 2016-07-09 - Added ability to bond/unbond on Android diff --git a/package.json b/package.json index 619baaf2..a709d349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "4.2.1", + "version": "4.3.0", "description": "Use the Bluetooth Low Energy plugin to connect your Cordova app to new Bluetooth devices like heart rate monitors, thermometers, etc...", "cordova": { "id": "cordova-plugin-bluetoothle", @@ -27,7 +27,7 @@ ], "engines": { "cordovaDependencies": { - "4.2.0": { + "4.3.0": { "cordova": ">=5.0.0", "cordova-android": ">=5.0.0" }, diff --git a/plugin.xml b/plugin.xml index 3b947b21..e9c194fb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +