matterbridge-example-accessory-platform 3.0.2-dev-20260813-6650bf4 → 3.0.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 CHANGED
@@ -29,7 +29,7 @@ If you like this project and find it useful, please consider giving it a star on
29
29
 
30
30
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
31
31
 
32
- ## [3.0.2] - Dev branch
32
+ ## [3.0.2] - 2026-08-14
33
33
 
34
34
  ### Breaking changes
35
35
 
@@ -39,7 +39,8 @@ If you like this project and find it useful, please consider giving it a star on
39
39
 
40
40
  - [chip]: Add chip-test toolchain agents instruction and chip-test runner.
41
41
  - [frontend]: Add plugin-frontend agents instructions.
42
- - [chip]: Add `chipTests.json`/`chipTests.md` with the generic device basic composition, conformance and default warnings tests.
42
+ - [chip]: Add `chipTests.json`/`chipTests.md` with the generic device basic composition, conformance and default warnings tests (all tests pass ✅).
43
+ - [devcontainer]: Bump `devcontainer` to v.1.2.0.
43
44
 
44
45
  ### Changed
45
46
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.2-dev-20260813-6650bf4",
3
+ "version": "3.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-accessory-platform",
9
- "version": "3.0.2-dev-20260813-6650bf4",
9
+ "version": "3.0.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.2-dev-20260813-6650bf4",
3
+ "version": "3.0.2",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",