Skip to content

Commit dbd0fef

Browse files
committed
chore(release): 8.0.2
1 parent 9c86db2 commit dbd0fef

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.0.2](https://github.com/capacitor-community/bluetooth-le/compare/v8.0.1...v8.0.2) (2026-01-31)
6+
7+
8+
### Bug Fixes
9+
10+
* **ios:** Avoid "ghost" peripherals on iOS ([2c75ff4](https://github.com/capacitor-community/bluetooth-le/commit/2c75ff475380c2b7bab625387de8fdf1ba21e923))
11+
* **ios:** Change deviceMap to use ThreadSafeDictionary ([3fa8a9e](https://github.com/capacitor-community/bluetooth-le/commit/3fa8a9e7f077d70aef598e1303a4bd3dc86b303e))
12+
* **ios:** Improve thread-safety on iOS ([#779](https://github.com/capacitor-community/bluetooth-le/issues/779)) ([9bb35ad](https://github.com/capacitor-community/bluetooth-le/commit/9bb35ad0fcb2f2da3467dbab26372de121cc8213))
13+
514
### [8.0.1](https://github.com/capacitor-community/bluetooth-le/compare/v8.0.0...v8.0.1) (2026-01-29)
615

716

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.1",
3+
"version": "8.0.2",
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)