Skip to content

Commit a058876

Browse files
committed
chore(release): publish 2.0.2
1 parent 7e9908c commit a058876

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.2 (2025-05-29)
2+
3+
### 🩹 Fixes
4+
5+
- **android:** fixes Java IndexOutOfBoundsException exception ([e8326ff](https://github.com/patlux/react-native-bluetooth-state-manager/commit/e8326ff))
6+
- **ios:** lazy init of ble manager to avoid prompting bluetooth permission on app start ([dfcb901](https://github.com/patlux/react-native-bluetooth-state-manager/commit/dfcb901))
7+
8+
### ❤️ Thank You
9+
10+
- Patrick Wozniak @patlux
11+
112
## 2.0.1 (2025-05-19)
213

314
### 🩹 Fixes

packages/react-native-bluetooth-state-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-bluetooth-state-manager",
33
"description": "Manage the bluetooth state of your device",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"repository": "git+https://github.com/patlux/react-native-bluetooth-state-manager.git",
66
"author": "Patrick Wozniak <[email protected]> (https://patwoz.dev)",
77
"license": "MIT",

0 commit comments

Comments
 (0)