Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
## [Version 1.9.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.9.0) (2023-09-16)

## What's Changed
- Add support for the Indoor/Outdoor Thermo-Hygrometer (WoIOSensorTH), Thanks [@moritzmhmk](https://github.com/moritzmhmk) [#200](#200)
- Handle noble not being "poweredOn" on init, Thanks [@moritzmhmk](https://github.com/moritzmhmk) [#199](#199)
- Housekeeping and update dependencies

**Full Changelog**: v1.8.2...v1.9.0
  • Loading branch information
donavanbecker committed Sep 16, 2023
1 parent 40c8ec7 commit 0e8945c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.9.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.9.0) (2023-09-XX)
## [Version 1.9.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.9.0) (2023-09-16)

## What's Changed
- Add support for the Indoor/Outdoor Thermo-Hygrometer (WoIOSensorTH), Thanks [@moritzmhmk](https://github.com/moritzmhmk) [#200](https://github.com/OpenWonderLabs/node-switchbot/pull/200)
Expand Down
94 changes: 61 additions & 33 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-switchbot",
"version": "1.8.2",
"version": "1.9.0",
"description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
"main": "./lib/switchbot.js",
"files": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"@abandonware/bluetooth-hci-socket": "^0.5.3-10"
},
"devDependencies": {
"eslint": "^8.48.0",
"npm-check-updates": "^16.13.2"
"eslint": "^8.49.0",
"npm-check-updates": "^16.14.3"
}
}

0 comments on commit 0e8945c

Please sign in to comment.