diff --git a/CHANGELOG.md b/CHANGELOG.md index 630219d..54c20ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## Version 1.4.1 + + * Fixed event listener leak when discover all called multiple times ([@danielbh](https://github.com/danielbh)) + * Use noble ```^1.7.0``` + ## Version 1.4 - * Add battery level notification support ([@Lahorde ](https://github.com/Lahorde )) + * Add battery level notification support ([@Lahorde](https://github.com/Lahorde)) * Add ```subscribeCharacteristic``` and ```unsubscribeCharacteristic``` * Add ```readInt8Characteristic```, ```writeInt8Characteristic```, ```readInt16LECharacteristic```, ```writeInt16LECharacteristic```, ```readInt32LECharacteristic```, and ```writeInt32LECharacteristic``` * Add ```hasService``` and ```hasCharacteristic``` diff --git a/package.json b/package.json index b392565..1e94323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noble-device", - "version": "1.4.0", + "version": "1.4.1", "description": "A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble", "main": "index.js", "scripts": {