homebridge-securitysystem 6.5.1-beta.1 → 6.5.1-beta.2

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.
@@ -7,4 +7,3 @@ updates:
7
7
  time: '18:00'
8
8
  timezone: Europe/Madrid
9
9
  open-pull-requests-limit: 10
10
- target-branch: beta
@@ -6,7 +6,7 @@ changelog:
6
6
  categories:
7
7
  - title: ☢️ Security
8
8
  labels:
9
- - bugfix
9
+ - security
10
10
 
11
11
  - title: 💥 Breaking Changes
12
12
  labels:
@@ -15,12 +15,13 @@ changelog:
15
15
  - title: 🎉 New Features
16
16
  labels:
17
17
  - enhancement
18
+ - feature
18
19
 
19
20
  - title: 🐛 Bug Fixes
20
21
  labels:
21
22
  - bugfix
22
23
 
23
- - title: 🧩 Dependencies
24
+ - title: 📦 Dependencies
24
25
  labels:
25
26
  - dependencies
26
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "6.5.1-beta.1",
4
+ "version": "6.5.1-beta.2",
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": {