matterbridge-example-dynamic-platform 1.1.5-dev.4 → 1.1.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
@@ -4,17 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
6
6
 
7
- ## [1.1.5] - 2025-02-01
8
-
9
- ### Added
7
+ ## [1.1.6] - 2025-02-02
10
8
 
11
9
  ### Changed
12
10
 
11
+ - [package]: Require matterbridge 2.1.0.
13
12
  - [package]: Updated package.
14
13
  - [package]: Updated dependencies.
15
- - [package]: Require matterbridge 2.1.0.
16
-
17
- ### Fixed
18
14
 
19
15
  <a href="https://www.buymeacoffee.com/luligugithub">
20
16
  <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.5-dev.4",
3
+ "version": "1.1.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "1.1.5-dev.4",
9
+ "version": "1.1.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.5-dev.4",
3
+ "version": "1.1.6",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "MIT",