Skip to content

Commit

Permalink
Prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Jun 29, 2020
1 parent ba86581 commit 3b4130f
Show file tree
Hide file tree
Showing 5 changed files with 2,700 additions and 749 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
**2.0.1**

- Fixed `onDisconnected()` callback on Android
- Fixed possibility of wrong characteristics being used on Android if they shared the same UUID

**2.0.0**

- Update direct dependency to Multiplatform Ble Adapter
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -43,11 +43,10 @@ for the old instructions or [migration guide](./docs/MIGRATION_V1.md).

## Recent Changes

**2.0.0**
**2.0.1**

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

[All previous changes](CHANGELOG.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>react-native-ble-plx 2.0.0 | Documentation</title>
<title>react-native-ble-plx 2.0.1 | Documentation</title>
<meta name='description' content='React Native Bluetooth Low Energy library'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>react-native-ble-plx</h3>
<div class='mb1'><code>2.0.0</code></div>
<div class='mb1'><code>2.0.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down

0 comments on commit 3b4130f

Please sign in to comment.