homebridge-zencontrol-tpi 1.0.2 → 1.0.3

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # homebridge-zencontrol-tpi
2
+
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 771ecc3: Include changelog in package so it shows up in Homebridge
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - bbc24df: Adjust logging levels so we can see messages received from the controller
14
+
15
+ ## 1.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - cf53e2a: Fix zencontrol-tpi-node dependency
20
+
21
+ ## 1.0.0
22
+
23
+ ### Major Changes
24
+
25
+ - 25a3935: Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-zencontrol-tpi",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",