@homebridge-plugins/homebridge-matter 1.4.0 → 1.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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@homebridge-plugins/homebridge-matter` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## v1.4.1 (2026-07-12)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- chore: update actions/checkout to v7
|
|
10
|
+
- chore: remove stray exit 1 from deprecation workflow
|
|
11
|
+
- chore: dependency updates
|
|
12
|
+
- chore: remove claude github workflows
|
|
13
|
+
|
|
5
14
|
## v1.4.0 (2026-05-05)
|
|
6
15
|
|
|
7
16
|
### Added
|
|
@@ -13,6 +22,7 @@ All notable changes to `@homebridge-plugins/homebridge-matter` will be documente
|
|
|
13
22
|
### Changed
|
|
14
23
|
|
|
15
24
|
- chore: dependency updates
|
|
25
|
+
- chore: remove claude github workflows
|
|
16
26
|
- docs: add `CLAUDE.md` to repo
|
|
17
27
|
- fix: update code for homebridge v2
|
|
18
28
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge Matter",
|
|
4
4
|
"alias": "Matter",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "1.4.
|
|
6
|
+
"version": "1.4.1",
|
|
7
7
|
"description": "Homebridge plugin to showcase examples of Matter devices in Homebridge.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"prepublishOnly": "npm run lint && npm run build"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@homebridge/plugin-ui-utils": "^2.2.
|
|
62
|
+
"@homebridge/plugin-ui-utils": "^2.2.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@antfu/eslint-config": "^
|
|
66
|
-
"@types/node": "^
|
|
67
|
-
"homebridge": "^2.
|
|
65
|
+
"@antfu/eslint-config": "^9.1.0",
|
|
66
|
+
"@types/node": "^26.1.1",
|
|
67
|
+
"homebridge": "^2.1.1",
|
|
68
68
|
"rimraf": "^6.1.3",
|
|
69
69
|
"ts-node": "^10.9.2",
|
|
70
70
|
"typescript": "^6.0.3"
|