homebridge-plejd 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### 1.6.0(2024-12-24)
2
+
3
+ Rebuild release with node 22
4
+
1
5
  #### 1.6.0(2024-12-16)
2
6
 
3
7
  Handle the longer device model descriptive names of newer Plejd devices.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Plejd",
4
4
  "name": "homebridge-plejd",
5
5
  "author": "Herlix",
6
- "version": "1.6.0",
6
+ "version": "1.6.1",
7
7
  "description": "HomeKit support for the Plejd BLE platform using Homebridge",
8
8
  "license": "Apache-2.0",
9
9
  "type": "module",