diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e31e082..17b5e57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.2](https://github.com/capacitor-community/bluetooth-le/compare/v3.0.1...v3.0.2) (2023-10-03) + + +### Bug Fixes + +* **android:** added timeout on Device#createBond ([#573](https://github.com/capacitor-community/bluetooth-le/issues/573)) ([48f664f](https://github.com/capacitor-community/bluetooth-le/commit/48f664fc42e0cbf666abc5b3fb27a0e6fea8fa72)) +* **android:** use new methods from API level 33 ([9798e0f](https://github.com/capacitor-community/bluetooth-le/commit/9798e0f68b5c3c2416ebff36545c6f1d0665b31c)) +* **android:** use new writeCharacteristic method for API Level >= 33 ([#562](https://github.com/capacitor-community/bluetooth-le/issues/562)) ([cb74440](https://github.com/capacitor-community/bluetooth-le/commit/cb74440fd0d9963f9a388f7c876224e9bf520595)) + ### [3.0.1](https://github.com/capacitor-community/bluetooth-le/compare/v3.0.0...v3.0.1) (2023-08-14) diff --git a/package-lock.json b/package-lock.json index 4a29ac51..6f263395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/bluetooth-le", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@capacitor-community/bluetooth-le", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.16" diff --git a/package.json b/package.json index 3669185e..558b8088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/bluetooth-le", - "version": "3.0.1", + "version": "3.0.2", "description": "Capacitor plugin for Bluetooth Low Energy ", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",