matterbridge-test 0.0.8 → 0.0.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,11 +4,21 @@ 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-mqtt and sponsoring it.
6
6
 
7
- ## [0.0.6] - 2024-09-04
7
+ ## [0.0.12] - 2024-09-04
8
8
 
9
9
  ### Added
10
10
 
11
- - Update to Matter 1.3
11
+ - Update to Matter 1.3
12
+
13
+ <a href="https://www.buymeacoffee.com/luligugithub">
14
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
15
+ </a>
16
+
17
+ ## [0.0.11] - 2024-09-04
18
+
19
+ ### Added
20
+
21
+ - Update to Matter 1.3
12
22
 
13
23
  <a href="https://www.buymeacoffee.com/luligugithub">
14
24
  <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-test",
3
- "version": "0.0.8",
3
+ "version": "0.0.11",
4
4
  "description": "Matterbridge test plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -83,7 +83,7 @@
83
83
  "@types/node": "^22.5.3",
84
84
  "eslint": "^9.9.1",
85
85
  "eslint-config-prettier": "^9.1.0",
86
- "eslint-plugin-jest": "^28.8.2",
86
+ "eslint-plugin-jest": "^28.8.3",
87
87
  "eslint-plugin-prettier": "^5.2.1",
88
88
  "install": "^0.13.0",
89
89
  "jest": "^29.7.0",
@@ -97,4 +97,4 @@
97
97
  "node-ansi-logger": "^3.0.0",
98
98
  "node-persist-manager": "^1.0.8"
99
99
  }
100
- }
100
+ }