Skip to content

Commit cf80aa7

Browse files
committed
chore(release): 8.1.0
1 parent cf87930 commit cf80aa7

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [8.1.0](https://github.com/capacitor-community/bluetooth-le/compare/v8.0.3...v8.1.0) (2026-02-04)
6+
7+
8+
### Features
9+
10+
* add skipDescriptorDiscovery option to ConnectOptions ([f0e10c4](https://github.com/capacitor-community/bluetooth-le/commit/f0e10c4b7290a682a572d2fde0b583c1b05647a5))
11+
12+
13+
### Bug Fixes
14+
15+
* check SharedArrayBuffer is defined before instanceof ([5282764](https://github.com/capacitor-community/bluetooth-le/commit/5282764c2b0904769b06f80790771228234eb9bd)), closes [#807](https://github.com/capacitor-community/bluetooth-le/issues/807)
16+
* **ios:** Disconnect from peripheral if service discovery fails during connect [#803](https://github.com/capacitor-community/bluetooth-le/issues/803) ([cf87930](https://github.com/capacitor-community/bluetooth-le/commit/cf87930e9b3aaa72fc117d7f74e816ddf622897f))
17+
518
### [8.0.3](https://github.com/capacitor-community/bluetooth-le/compare/v8.0.2...v8.0.3) (2026-02-02)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/bluetooth-le",
3-
"version": "8.0.3",
3+
"version": "8.1.0",
44
"description": "Capacitor plugin for Bluetooth Low Energy ",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)