homebridge-securitysystem 7.5.1-beta.2 → 7.5.1

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.
@@ -31,6 +31,6 @@ changelog:
31
31
  labels:
32
32
  - dependencies
33
33
 
34
- - title: 🪄 Other Changes
34
+ - title: 🛠️ Other Changes
35
35
  labels:
36
36
  - "*"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "7.5.1-beta.2",
4
+ "version": "7.5.1",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {