matterbridge-example-dynamic-platform 2.0.2 → 2.0.3-dev-20251214-6d70dcc

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
@@ -23,6 +23,19 @@ If you like this project and find it useful, please consider giving it a star on
23
23
 
24
24
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
25
25
 
26
+ ## [2.0.3] - 2025-12-19
27
+
28
+ ### Changed
29
+
30
+ - [package]: Updated dependencies.
31
+ - [package]: Bumped package to automator v.2.1.1.
32
+
33
+ ### Fixed
34
+
35
+ - [doorLock]: Fix test for doorLock. Thanks Ludovic BOUÉ (<https://github.com/Luligu/matterbridge-example-dynamic-platform/pull/40>).
36
+
37
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
38
+
26
39
  ## [2.0.2] - 2025-12-05
27
40
 
28
41
  ### Changed
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "2.0.2",
3
+ "version": "2.0.3-dev-20251214-6d70dcc",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "2.0.2",
9
+ "version": "2.0.3-dev-20251214-6d70dcc",
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-dynamic-platform",
3
- "version": "2.0.2",
3
+ "version": "2.0.3-dev-20251214-6d70dcc",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",