homebridge-securitysystem 11.4.1-beta.3 → 11.4.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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v11.4.1-beta.3 - 2026-08-16
|
|
4
|
+
|
|
5
|
+
<!-- Release notes generated using configuration in .github/release.yml at v11.4.1-beta.3 -->
|
|
6
|
+
|
|
7
|
+
## What's Changed
|
|
8
|
+
### 🐛 Bug Fixes
|
|
9
|
+
* chore: update all dependencies to latest by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/976
|
|
10
|
+
### 📦 Dependencies
|
|
11
|
+
* build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/962
|
|
12
|
+
* build(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/966
|
|
13
|
+
* build(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/950
|
|
14
|
+
### 🛠️ Other Changes
|
|
15
|
+
* chore: add oxlint and typecheck scripts by @MiguelRipoll23 in https://github.com/MiguelRipoll23/homebridge-securitysystem/pull/975
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
**Full Changelog**: https://github.com/MiguelRipoll23/homebridge-securitysystem/compare/v11.4.1-beta.2...v11.4.1-beta.3
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## v11.4.1-beta.2 - 2026-07-11
|
|
4
22
|
|
|
5
23
|
<!-- Release notes generated using configuration in .github/release.yml at v11.4.1-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.4.1
|
|
5
|
+
"version": "11.4.1",
|
|
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",
|