homebridge-securitysystem 10.1.0-beta.3 → 10.1.0

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v10.1.0-beta.3 - 2026-04-18
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v10.1.0-beta.3 -->
6
+
7
+ ## What's Changed
8
+ ### 🛠️ Other Changes
9
+ * Refactor trip switches: prefix custom switches and add comprehensive tests by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/755
10
+
11
+
12
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v10.1.0-beta.2...v10.1.0-beta.3
13
+
14
+
3
15
  ## v10.1.0-beta.2 - 2026-04-17
4
16
 
5
17
  <!-- Release notes generated using configuration in .github/release.yml at v10.1.0-beta.2 -->
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
4
  "type": "module",
5
- "version": "10.1.0-beta.3",
5
+ "version": "10.1.0",
6
6
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
7
7
  "author": "MiguelRipoll23",
8
8
  "license": "MIT",