@homebridge-plugins/homebridge-govee 11.0.1-beta.1 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/lib/device/ice-maker-H7172.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,20 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
|
|
|
8
8
|
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
|
|
9
9
|
- `PATCH` version when backwards-compatible bug fixes are implemented
|
|
10
10
|
|
|
11
|
+
## v11.0.2 (2025-05-20)
|
|
12
|
+
|
|
13
|
+
⚠️ This plugin no longer officially supports Node 18. Please update to Node 20 or 22.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- enable logging for unknown scene codes for the ice maker
|
|
18
|
+
|
|
19
|
+
## v11.0.1 (2025-05-18)
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- downgrade bluetooth packages to fix child bridge restart issues
|
|
24
|
+
|
|
11
25
|
## v11.0.0 (2025-05-18)
|
|
12
26
|
|
|
13
27
|
⚠️ This plugin no longer officially supports Node 18. Please update to Node 20 or 22.
|
package/package.json
CHANGED