homebridge-securitysystem 11.3.2-beta.3 → 11.3.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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v11.3.2-beta.3 - 2026-06-21
|
|
4
|
+
|
|
5
|
+
<!-- Release notes generated using configuration in .github/release.yml at v11.3.2-beta.3 -->
|
|
6
|
+
|
|
7
|
+
## What's Changed
|
|
8
|
+
### 📦 Dependencies
|
|
9
|
+
* build(deps): bump MiguelRipoll23/get-next-version from 3.2.0 to 3.2.1 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/912
|
|
10
|
+
* build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/903
|
|
11
|
+
### 🛠️ Other Changes
|
|
12
|
+
* fix: hardcode node version to 24 in publish workflow by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/914
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
**Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.3.2-beta.2...v11.3.2-beta.3
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
## v11.3.2-beta.2 - 2026-06-21
|
|
4
19
|
|
|
5
20
|
<!-- Release notes generated using configuration in .github/release.yml at v11.3.2-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": "11.3.2
|
|
5
|
+
"version": "11.3.2",
|
|
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",
|