homebridge-broadlink-rm-blaster 1.3.0 → 1.3.1
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 +9 -0
- package/README.md +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## Unreleased
|
|
8
8
|
|
|
9
|
+
## [1.3.1] - 2026-08-03
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- `displayName` in `package.json` ("Broadlink RM Blaster"), so Homebridge UI
|
|
13
|
+
shows a friendlier name than the npm package name.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- README title changed to "Broadlink RM Blaster <version>".
|
|
17
|
+
|
|
9
18
|
## [1.3.0] - 2026-08-02
|
|
10
19
|
|
|
11
20
|
### Added
|
package/README.md
CHANGED
package/package.json
CHANGED