Skip to content

Commit 3b4130f

Browse files
Prepare release 2.0.1
1 parent ba86581 commit 3b4130f

File tree

5 files changed

+2700
-749
lines changed

5 files changed

+2700
-749
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**2.0.1**
2+
3+
- Fixed `onDisconnected()` callback on Android
4+
- Fixed possibility of wrong characteristics being used on Android if they shared the same UUID
5+
16
**2.0.0**
27

38
- Update direct dependency to Multiplatform Ble Adapter

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ for the old instructions or [migration guide](./docs/MIGRATION_V1.md).
4343

4444
## Recent Changes
4545

46-
**2.0.0**
46+
**2.0.1**
4747

48-
- Update direct dependency to Multiplatform Ble Adapter
49-
- Remove support for RN version < 0.60
50-
- Fixed Typescript `callbackType` type definition.
48+
- Fixed `onDisconnected()` callback on Android
49+
- Fixed possibility of wrong characteristics being used on Android if they shared the same UUID
5150

5251
[All previous changes](CHANGELOG.md)
5352

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset='utf-8'>
5-
<title>react-native-ble-plx 2.0.0 | Documentation</title>
5+
<title>react-native-ble-plx 2.0.1 | Documentation</title>
66
<meta name='description' content='React Native Bluetooth Low Energy library'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet'>
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1616
<div class='py1 px2'>
1717
<h3 class='mb0 no-anchor'>react-native-ble-plx</h3>
18-
<div class='mb1'><code>2.0.0</code></div>
18+
<div class='mb1'><code>2.0.1</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'

0 commit comments

Comments
 (0)