homebridge-dummy 1.5.4-beta.0 → 1.5.4

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.5.4-beta.0 (2025-12-15)
5
+ ## 1.5.4 (2025-12-23)
6
6
 
7
7
  ### ‼️ WARNING ‼️ — If upgrading from v0.9.2 or earlier, [READ THIS FIRST](https://github.com/mpatfield/homebridge-dummy/wiki/Migration).
8
8
  *There is now an [option](https://github.com/mpatfield/homebridge-dummy/wiki/Migration#migrating-gradually) to run both old and new versions of Homebridge Dummy in parallel if you want to migrate gradually*
@@ -13,7 +13,7 @@ All notable changes to homebridge-dummy will be documented in this file.
13
13
  - `HumiditySensor` and `TemperatureSensor` accessory types
14
14
 
15
15
  ### Changed
16
- - Webhooks respect per-accessory logging setttings
16
+ - Webhooks respect per-accessory logging settings
17
17
 
18
18
  ### Notes
19
19
  Would you like to see Homebridge Dummy in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-dummy/issues/105). No coding experience required!
@@ -40,4 +40,4 @@
40
40
  <button type="button" class="btn btn-secondary" id="skipMigration" i18n="manually"></button>
41
41
  </div>
42
42
 
43
- <script src="ui.js?v=1.5.4-beta.0"></script>
43
+ <script src="ui.js?v=1.5.4"></script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Dummy",
5
5
  "description": "Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more",
6
6
  "type": "module",
7
- "version": "1.5.4-beta.0",
7
+ "version": "1.5.4",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",