From a638c9082f03b58afb32cbe414964d78cb2b827d Mon Sep 17 00:00:00 2001 From: Rand Dusing Date: Tue, 8 Jun 2021 07:02:09 -0500 Subject: [PATCH] Prepare 6.4.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435b91a..8d3f738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.4.0 - 2021-06-08 +- Fix issue with writeQ when peripheral disconnects [\#690](https://github.com/randdusing/cordova-plugin-bluetoothle/issues/690) +- Add JavaScript helper methods for encoding and decoding Unicode strings + ## 6.3.1 - 2021-04-07 - Fix #retrieveConnected() for Android, Dual Type devices are no longer filtered out. [\#559](https://github.com/randdusing/cordova-plugin-bluetoothle/issues/559) diff --git a/package.json b/package.json index 9d2330a..56c5ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.3.1", + "version": "6.4.0", "description": "Use the Bluetooth Low Energy plugin to connect your Cordova app to new Bluetooth devices like heart rate monitors, thermometers, etc...", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index da5613f..f1eb289 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +