matterbridge-example-accessory-platform 2.0.4-dev-20260118-85ad449 → 2.0.4

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 CHANGED
@@ -21,12 +21,17 @@ If you like this project and find it useful, please consider giving it a star on
21
21
 
22
22
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
23
23
 
24
- ## [2.0.4] - 2026-01-14
24
+ ## [2.0.4] - 2026-01-20
25
+
26
+ ### Added
27
+
28
+ - [matter]: Conformance to Matter 1.4.2 and matterbridge 3.5.x.
25
29
 
26
30
  ### Changed
27
31
 
28
32
  - [package]: Updated dependencies.
29
33
  - [package]: Bumped package to automator v.3.0.0.
34
+ - [package]: Refactored Dev Container to use Matterbridge mDNS reflector.
30
35
 
31
36
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
32
37
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "2.0.4-dev-20260118-85ad449",
3
+ "version": "2.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-accessory-platform",
9
- "version": "2.0.4-dev-20260118-85ad449",
9
+ "version": "2.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "2.0.4-dev-20260118-85ad449",
3
+ "version": "2.0.4",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",