@akospasztor/homebridge-create-ceiling-fan 1.2.1 → 1.2.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 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,29 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. This
|
|
4
4
|
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## 1.2.2 (2025-09-22)
|
|
7
|
+
|
|
8
|
+
- Revert changelog format
|
|
9
|
+
- Add missing changelog entry for release 1.2.1
|
|
10
|
+
|
|
11
|
+
## 1.2.1 (2025-09-22)
|
|
12
|
+
|
|
13
|
+
- Improve package visibility & indexing
|
|
14
|
+
- Add publishConfig to package.json
|
|
15
|
+
- Add `homebridge` keyword to package.json
|
|
16
|
+
|
|
17
|
+
## 1.2.0 (2025-09-19)
|
|
7
18
|
|
|
8
19
|
- Rename the plugin name in settings.ts to match the name in package.json
|
|
9
20
|
- Fix changelog format for Homebridge UI
|
|
10
21
|
|
|
11
|
-
##
|
|
22
|
+
## 1.1.0 (2025-09-19)
|
|
12
23
|
|
|
13
24
|
- Use dropdown for device light option selection in the configuration
|
|
14
25
|
- Improve device communication by adding a timeout mechanism for sending a set
|
|
15
26
|
device status command to the device
|
|
16
27
|
- Improve documentation wording
|
|
17
28
|
|
|
18
|
-
##
|
|
29
|
+
## 1.0.0 (2025-09-19)
|
|
19
30
|
|
|
20
31
|
- Initial release
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@akospasztor/homebridge-create-ceiling-fan",
|
|
3
3
|
"displayName": "Homebridge Create Ceiling Fan",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.2",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "Homebridge plugin for CREATE ceiling fans",
|
|
8
8
|
"author": "Akos Pasztor",
|