From 3a565396a0d8c3e0216660c2ad831b32626252fd Mon Sep 17 00:00:00 2001 From: Marco Crespi Date: Wed, 12 May 2021 14:36:35 +0200 Subject: [PATCH] chore(release): 12.0.3 --- CHANGELOG.md | 6 +++ docs/classes/adapter.html | 42 ++++++++-------- docs/classes/gatt.html | 20 ++++---- docs/classes/gattcharacteristic.html | 50 +++++++++---------- docs/classes/gattdescriptor.html | 28 +++++------ docs/classes/gatterror.html | 14 +++--- docs/classes/gattlocal.html | 26 +++++----- docs/classes/gattremote.html | 24 ++++----- docs/classes/gattservice.html | 28 +++++------ docs/classes/modblue.html | 12 ++--- docs/classes/peripheral.html | 36 ++++++------- docs/index.html | 8 +-- docs/interfaces/adapterevents.html | 16 +++--- docs/interfaces/connectoptions.html | 18 +++---- docs/interfaces/gattcharacteristicevents.html | 10 ++-- docs/interfaces/inspectoptionsstylized.html | 12 ++--- docs/modules.html | 20 ++++---- package-lock.json | 2 +- package.json | 2 +- 19 files changed, 190 insertions(+), 184 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3846ed1a..41ec45e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [12.0.3](https://github.com/modum-io/modblue/compare/v12.0.2...v12.0.3) (2021-05-12) + +### Bug Fixes + +- **hci:** Improve connection flow ([fb8a552](https://github.com/modum-io/modblue/commit/fb8a55260c720deae5c677f2c49c7c61682ac9e5)) + ### [12.0.2](https://github.com/modum-io/modblue/compare/v12.0.1...v12.0.2) (2021-05-06) ### Bug Fixes diff --git a/docs/classes/adapter.html b/docs/classes/adapter.html index 139477b5..45eef30b 100644 --- a/docs/classes/adapter.html +++ b/docs/classes/adapter.html @@ -3,8 +3,8 @@ - Adapter | @modum-io/modblue - v12.0.2 - + Adapter | @modum-io/modblue - v12.0.3 + @@ -23,7 +23,7 @@
  • Preparing search index...
  • The search index is not available
  • - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -50,7 +50,7 @@
    -

    @modum-io/modblue - v12.0.2

    +

    @modum-io/modblue - v12.0.3

    diff --git a/docs/interfaces/adapterevents.html b/docs/interfaces/adapterevents.html index eeefdd04..d8ac3c8f 100644 --- a/docs/interfaces/adapterevents.html +++ b/docs/interfaces/adapterevents.html @@ -3,8 +3,8 @@ - AdapterEvents | @modum-io/modblue - v12.0.2 - + AdapterEvents | @modum-io/modblue - v12.0.3 + @@ -23,7 +23,7 @@
  • Preparing search index...
  • The search index is not available
  • - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v12.0.2 + @modum-io/modblue - v12.0.3
    @@ -50,7 +50,7 @@
    -

    @modum-io/modblue - v12.0.2

    +

    @modum-io/modblue - v12.0.3

    @@ -112,7 +112,7 @@

    AddressType

    AddressType: "public" | "random" | "unknown"
    @@ -127,7 +127,7 @@

    GattCharacteristicProperty

    GattCharacteristicProperty: "broadcast" | "read" | "write-without-response" | "write" | "notify" | "indicate" | "authenticated-signed-writes" | "extended-properties" | "reliable-write" | "writable-auxiliaries" | "authorize"
    @@ -137,7 +137,7 @@

    PeripheralState

    PeripheralState: "connecting" | "connected" | "disconnecting" | "disconnected"
    @@ -152,7 +152,7 @@

    ReadFunction

    ReadFunction: (offset: number) => Promise<Buffer>
    @@ -183,7 +183,7 @@

    WriteFunction

    WriteFunction: (offset: number, data: Buffer, withoutResponse: boolean) => Promise<number>
    @@ -223,7 +223,7 @@

    Const CUSTOM

    CUSTOM: symbol = ...
    diff --git a/package-lock.json b/package-lock.json index a9122acc..82429c4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@modum-io/modblue", - "version": "12.0.2", + "version": "12.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index defcc861..6601019e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modum-io/modblue", - "version": "12.0.2", + "version": "12.0.3", "description": "BLE module using dbus or hci.", "homepage": "https://modum-io.github.io/modblue/", "bugs": {