Skip to content

Commit

Permalink
chore(release): 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 7, 2020
1 parent e9b95b6 commit 96867d0
Show file tree
Hide file tree
Showing 25 changed files with 236 additions and 229 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [4.1.4](https://github.com/modum-io/modblue/compare/v4.1.3...v4.1.4) (2020-12-07)

### Bug Fixes

- **hci:** Improve concurrent stability ([44eb87b](https://github.com/modum-io/modblue/commit/44eb87bb67fc3c96baf4712cad9db079c3fc734e))
- **hci:** Remove console log ([1768fc0](https://github.com/modum-io/modblue/commit/1768fc028a37136bf306879364158858c082cc9e))

### [4.1.3](https://github.com/modum-io/modblue/compare/v4.1.2...v4.1.3) (2020-11-25)

### Bug Fixes
Expand Down
40 changes: 20 additions & 20 deletions docs/classes/adapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Adapter | @modum-io/modblue - v4.1.3</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.3">
<title>Adapter | @modum-io/modblue - v4.1.4</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.4">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
Expand All @@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.3</a>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.4</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">@modum-io/modblue - v4.1.3</a>
<a href="../modules.html">@modum-io/modblue - v4.1.4</a>
</li>
<li>
<a href="adapter.html">Adapter</a>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L48">src/models/Adapter.ts:48</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L48">src/models/Adapter.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -180,7 +180,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L24">src/models/Adapter.ts:24</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L24">src/models/Adapter.ts:24</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -195,7 +195,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> noble</h3>
<div class="tsd-signature tsd-kind-icon">noble<span class="tsd-signature-symbol">:</span> <a href="noble.html" class="tsd-signature-type">Noble</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L19">src/models/Adapter.ts:19</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L19">src/models/Adapter.ts:19</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -228,7 +228,7 @@ <h3>address</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L46">src/models/Adapter.ts:46</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L46">src/models/Adapter.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -250,7 +250,7 @@ <h3>address<wbr>Type</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L38">src/models/Adapter.ts:38</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L38">src/models/Adapter.ts:38</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -272,7 +272,7 @@ <h3>name</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L30">src/models/Adapter.ts:30</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L30">src/models/Adapter.ts:30</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -405,7 +405,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> get<wbr>Scanned<wbr>P
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L132">src/models/Adapter.ts:132</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L132">src/models/Adapter.ts:132</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -427,7 +427,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Advertising</h
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L137">src/models/Adapter.ts:137</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L137">src/models/Adapter.ts:137</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -449,7 +449,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Scanning</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L115">src/models/Adapter.ts:115</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L115">src/models/Adapter.ts:115</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -777,7 +777,7 @@ <h3>scan<wbr>For</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L74">src/models/Adapter.ts:74</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L74">src/models/Adapter.ts:74</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -863,7 +863,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> setup<wbr>Gatt</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L154">src/models/Adapter.ts:154</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L154">src/models/Adapter.ts:154</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -894,7 +894,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Advertising
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L144">src/models/Adapter.ts:144</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L144">src/models/Adapter.ts:144</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -931,7 +931,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Scanning</h
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L123">src/models/Adapter.ts:123</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L123">src/models/Adapter.ts:123</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -969,7 +969,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Advertising<
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L148">src/models/Adapter.ts:148</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L148">src/models/Adapter.ts:148</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -991,7 +991,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Scanning</h3
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L127">src/models/Adapter.ts:127</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L127">src/models/Adapter.ts:127</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1013,7 +1013,7 @@ <h3>to<wbr>String</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/models/Adapter.ts#L59">src/models/Adapter.ts:59</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/models/Adapter.ts#L59">src/models/Adapter.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand Down
18 changes: 9 additions & 9 deletions docs/classes/dbusnoble.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DbusNoble | @modum-io/modblue - v4.1.3</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.3">
<title>DbusNoble | @modum-io/modblue - v4.1.4</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.4">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
Expand All @@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.3</a>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.4</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">@modum-io/modblue - v4.1.3</a>
<a href="../modules.html">@modum-io/modblue - v4.1.4</a>
</li>
<li>
<a href="dbusnoble.html">DbusNoble</a>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/bindings/dbus/Noble.ts#L15">src/bindings/dbus/Noble.ts:15</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/bindings/dbus/Noble.ts#L15">src/bindings/dbus/Noble.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dbusnoble.html" class="tsd-signature-type">DbusNoble</a></h4>
Expand All @@ -140,7 +140,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> dbus</h3>
<div class="tsd-signature tsd-kind-icon">dbus<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">MessageBus</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/bindings/dbus/Noble.ts#L12">src/bindings/dbus/Noble.ts:12</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/bindings/dbus/Noble.ts#L12">src/bindings/dbus/Noble.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -158,7 +158,7 @@ <h3>dispose</h3>
<aside class="tsd-sources">
<p>Overrides <a href="noble.html">Noble</a>.<a href="noble.html#dispose">dispose</a></p>
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/bindings/dbus/Noble.ts#L27">src/bindings/dbus/Noble.ts:27</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/bindings/dbus/Noble.ts#L27">src/bindings/dbus/Noble.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span></h4>
Expand All @@ -176,7 +176,7 @@ <h3>get<wbr>Adapters</h3>
<aside class="tsd-sources">
<p>Overrides <a href="noble.html">Noble</a>.<a href="noble.html#getadapters">getAdapters</a></p>
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/bindings/dbus/Noble.ts#L31">src/bindings/dbus/Noble.ts:31</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/bindings/dbus/Noble.ts#L31">src/bindings/dbus/Noble.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="adapter.html" class="tsd-signature-type">Adapter</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -194,7 +194,7 @@ <h3>init</h3>
<aside class="tsd-sources">
<p>Overrides <a href="noble.html">Noble</a>.<a href="noble.html#init">init</a></p>
<ul>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/2eada17/src/bindings/dbus/Noble.ts#L23">src/bindings/dbus/Noble.ts:23</a></li>
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/e9b95b6/src/bindings/dbus/Noble.ts#L23">src/bindings/dbus/Noble.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span></h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/gatt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gatt | @modum-io/modblue - v4.1.3</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.3">
<title>Gatt | @modum-io/modblue - v4.1.4</title>
<meta name="description" content="Documentation for @modum-io/modblue - v4.1.4">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
Expand All @@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.3</a>
<a href="../index.html" class="title">@modum-io/modblue - v4.1.4</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">@modum-io/modblue - v4.1.3</a>
<a href="../modules.html">@modum-io/modblue - v4.1.4</a>
</li>
<li>
<a href="gatt.html">Gatt</a>
Expand Down
Loading

0 comments on commit 96867d0

Please sign in to comment.