homebridge-melcloud-control 3.8.0-beta.28 → 3.8.0-beta.29

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -16,15 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
  - do not configure it manually, always using Config UI X
17
17
  - required Homebridge v2.0.0 and above
18
18
 
19
- ## [3.8.0] - (01.05.2025)
19
+ ## [3.8.0] - (xx.05.2025)
20
20
 
21
21
  ## Changes
22
22
 
23
23
  - add possibility to hide individual zone/hot water tank accessory in Home app, solved[#194](https://github.com/grzegorz914/homebridge-melcloud-control/issues/194)
24
+ - stability and performance improvements
24
25
  - bump dependencies
25
26
  - config schema updated
26
27
  - redme updated
27
- - other small fixes
28
28
  - cleanup
29
29
 
30
30
  ## [3.7.5] - (25.03.2025)
@@ -33,12 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
 
34
34
  - fix[#192](https://github.com/grzegorz914/homebridge-melcloud-control/issues/192), thanks @helloabunai
35
35
 
36
-
37
36
  ## [3.7.3] - (15.03.2025)
38
37
 
39
38
  ## Changes
40
39
 
41
- - updated Homebridge UI interface
40
+ - updated Homebridge UI interface
42
41
 
43
42
  ## [3.7.1] - (14.03.2025)
44
43
 
@@ -54,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
53
  - bump dependencies
55
54
  - config schema updated
56
55
  - redme updated
57
- - cleanup
56
+ - cleanup
58
57
 
59
58
  ## [3.6.9] - (28.02.2025)
60
59
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.8.0-beta.28",
4
+ "version": "3.8.0-beta.29",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",