From 5c82979c053b29aab8f0235fde6f2ff6a5362a93 Mon Sep 17 00:00:00 2001 From: Marco Crespi Date: Mon, 26 Apr 2021 15:31:00 +0200 Subject: [PATCH] chore(release): 11.1.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 07d73c3b..87e4afbe 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. +### [11.1.3](https://github.com/modum-io/modblue/compare/v11.1.2...v11.1.3) (2021-04-26) + +### Bug Fixes + +- **win:** Add connect & disconnect timeout ([9418720](https://github.com/modum-io/modblue/commit/94187201cf5de22b575cb881d750e2fed8a7754b)) + ### [11.1.2](https://github.com/modum-io/modblue/compare/v11.1.1...v11.1.2) (2021-04-23) ### Bug Fixes diff --git a/docs/classes/adapter.html b/docs/classes/adapter.html index 965cc251..da916276 100644 --- a/docs/classes/adapter.html +++ b/docs/classes/adapter.html @@ -3,8 +3,8 @@ - Adapter | @modum-io/modblue - v11.1.2 - + Adapter | @modum-io/modblue - v11.1.3 + @@ -23,7 +23,7 @@
  • Preparing search index...
  • The search index is not available
  • - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -50,7 +50,7 @@
    -

    @modum-io/modblue - v11.1.2

    +

    @modum-io/modblue - v11.1.3

    diff --git a/docs/interfaces/adapterevents.html b/docs/interfaces/adapterevents.html index ea34e705..d0bdb205 100644 --- a/docs/interfaces/adapterevents.html +++ b/docs/interfaces/adapterevents.html @@ -3,8 +3,8 @@ - AdapterEvents | @modum-io/modblue - v11.1.2 - + AdapterEvents | @modum-io/modblue - v11.1.3 + @@ -23,7 +23,7 @@
  • Preparing search index...
  • The search index is not available
  • - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -52,7 +52,7 @@
    - @modum-io/modblue - v11.1.2 + @modum-io/modblue - v11.1.3
    @@ -50,7 +50,7 @@
    -

    @modum-io/modblue - v11.1.2

    +

    @modum-io/modblue - v11.1.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 37ce82be..eb1ea55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@modum-io/modblue", - "version": "11.1.2", + "version": "11.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 152049ee..72070b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modum-io/modblue", - "version": "11.1.2", + "version": "11.1.3", "description": "BLE module using dbus or hci.", "homepage": "https://modum-io.github.io/modblue/", "bugs": {