Skip to content

Commit 15a5d8e

Browse files
author
Daisuke Baba
committed
Merge branch 'hotfix/4.0.1'
2 parents 4732410 + 40b8009 commit 15a5d8e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision History
22

3+
* 4.0.1
4+
- Fix Module Loading Error
5+
36
* 4.0.0
47
- The node category is now `Network` rather than `Input` and `Output`.
58
- Improve stability on Linux by introducing BlueZ 5 D-Bus API

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-generic-ble",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Node-RED nodes for generic BLE devices",
55
"license": "Apache-2.0",
66
"repository": {

src/noble/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import Noble from '../../node_modules/@abandonware/noble/lib/noble';
18+
import Noble from '@abandonware/noble/lib/noble';
1919
import os from 'os';
2020
import debugLogger from 'debug';
2121

0 commit comments

Comments
 (0)