matterbridge-example-accessory-platform 2.0.5 → 2.0.6

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,6 +21,16 @@ 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.6] - 2026-02-01
25
+
26
+ ### Changed
27
+
28
+ - [package]: Updated dependencies.
29
+ - [package]: Bumped package to automator v.3.0.4.
30
+ - [workflow]: Migrate to trusted publishing / OIDC.
31
+
32
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
33
+
24
34
  ## [2.0.5] - 2026-01-31
25
35
 
26
36
  ### Changed
package/README.md CHANGED
@@ -21,7 +21,7 @@ It exposes a cover device that continuously moves position and shows how to use
21
21
 
22
22
  If you want to write your plugin, the easiest way to start create a new plugin is to clone the [Matterbridge Plugin Template](https://github.com/Luligu/matterbridge-plugin-template) which has **Dev Container support for instant development environment** and all tools and extensions (like Node.js, npm, TypeScript, ESLint, Prettier, Jest and Vitest) already loaded and configured.
23
23
 
24
- If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-accessory-platform and sponsoring it.
24
+ If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-example-accessory-platform) and sponsoring it.
25
25
 
26
26
  <a href="https://www.buymeacoffee.com/luligugithub">
27
27
  <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
@@ -31,4 +31,4 @@ If you like this project and find it useful, please consider giving it a star on
31
31
 
32
32
  ### Matterbridge
33
33
 
34
- See the guidelines on [Matterbridge](https://github.com/Luligu/matterbridge/blob/main/README.md) for more information.
34
+ See the guidelines on [Matterbridge](https://matterbridge.io) for more information.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-accessory-platform",
9
- "version": "2.0.5",
9
+ "version": "2.0.6",
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.5",
3
+ "version": "2.0.6",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",