Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
## [4.1.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.0) (2024-10-21)

### What's Changed
- Add `Meter Pro` deviceType Support
- Fix `node-switchbot` noble issue.
- Housekeeping and updated dependencies.

**Full Changelog**: v4.0.0...v4.1.0
  • Loading branch information
donavanbecker committed Oct 22, 2024
1 parent a10eb6b commit fcc3c8e
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 64 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [4.1.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.1.0) (2024-10-21)

### What's Changed
- Add `Meter Pro` deviceType Support
- Fix `node-switchbot` noble issue.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v4.0.0...v4.1.0

## [4.0.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v4.0.0) (2024-10-11)

### What's Changed
Expand Down
122 changes: 61 additions & 61 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
Expand Up @@ -2,7 +2,7 @@
"name": "@switchbot/homebridge-switchbot",
"displayName": "SwitchBot",
"type": "module",
"version": "4.0.0",
"version": "4.1.0",
"description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.",
"author": "SwitchBot <[email protected]> (https://github.com/SwitchBot)",
"contributors": [
Expand Down Expand Up @@ -81,7 +81,7 @@
"async-mqtt": "^2.6.3",
"fakegato-history": "^0.6.5",
"homebridge-lib": "^7.0.9",
"node-switchbot": "^3.1.2-beta.5",
"node-switchbot": "^3.2.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
Expand All @@ -90,7 +90,7 @@
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"@types/semver": "^7.5.8",
"@types/source-map-support": "^0.5.10",
"@vitest/coverage-v8": "^2.1.3",
Expand Down
Loading

0 comments on commit fcc3c8e

Please sign in to comment.