Skip to content

Commit 89506bf

Browse files
committed
v1.4.0
1 parent f0ff581 commit 89506bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,15 @@ It leverages on Bluez driver, a component supported by the following platforms a
182182
*Node-ble* has been tested on the following environment:
183183
- Raspbian GNU/Linux 10 (buster)
184184
- Ubuntu 18.04.4 LTS
185+
- Ubuntu 20.04 LTS
185186

186187
## Changelog
187188
- **0.x** - Beta version
188189
- **1.0** - First official version
189190
- **1.1** - Migrates to gh-workflows
190191
- **1.2** - Upgrades deps
191192
- **1.3** - Adds typescript definitions [#10](https://github.com/chrvadala/node-ble/pull/10)
193+
- **1.4** - Upgrades deps
192194

193195
## Contributors
194196
- [chrvadala](https://github.com/chrvadala) (author)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ble",
33
"description": "Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"repository": "https://github.com/chrvadala/node-ble.git",
66
"author": "chrvadala",
77
"license": "MIT",

0 commit comments

Comments
 (0)