Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannseman committed Jan 8, 2020
1 parent 5abea6a commit e792805
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.4.0

* Update [noble](https://www.npmjs.com/package/@abandonware/noble) to 1.9.2-5, which supports Node 12+.

## 2.3.2

* Add support for [homebridge-config-ui-x](https://github.com/oznu/homebridge-config-ui-x).
Expand Down Expand Up @@ -29,12 +33,12 @@

## 2.1.0

* Add support for batch updating values at defined intervals.
* Add support for batch updating values at defined intervals.
* Add support for configuring at what battery level the sensor should warn about low battery.

## 2.0.0

* Support for Node >= 10.
* Support for Node >= 10.
* Dropped support for Node < 8.6.0.

## 1.9.0
Expand Down Expand Up @@ -101,7 +105,7 @@

## 1.2.0

* Handle negative temperatures.
* Handle negative temperatures.
* Let sensor data initially be `undefined` to properly report connectivity errors on startup.
* Set `BatteryService.ChargingState` as `NOT_CHARGEABLE`.
* General code cleanup and extended tests.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-mi-hygrothermograph",
"version": "2.3.2",
"version": "2.4.0",
"description": "Homebridge plugin for Xiaomi Mi Bluetooth Temperature and Humidity Sensor",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e792805

Please sign in to comment.