homebridge-securitysystem 11.3.0-beta.1 → 11.3.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## v11.3.0-beta.1 - 2026-06-11
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v11.3.0-beta.1 -->
6
+
7
+ ## What's Changed
8
+ ### ✨ Enhancements
9
+ * Config schema update by @jeffreyfrei in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/868
10
+ ### 📦 Dependencies
11
+ * build(deps-dev): bump homebridge from 2.0.2 to 2.1.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/867
12
+ * build(deps): bump MiguelRipoll23/get-next-version from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/869
13
+ * build(deps): bump MiguelRipoll23/get-next-version from 3.1.0 to 3.2.0 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/870
14
+ * build(deps): bump github/gh-aw-actions from 0.78.1 to 0.78.3 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/871
15
+
16
+ ## New Contributors
17
+ * @jeffreyfrei made their first contribution in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/868
18
+
19
+ **Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.2.0...v11.3.0-beta.1
20
+
21
+
3
22
  ## v11.2.0 - 2026-06-04
4
23
 
5
24
  <!-- Release notes generated using configuration in .github/release.yml at v11.2.0 -->
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": "11.3.0-beta.1",
5
+ "version": "11.3.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",