From 1fc4ba4ec3a03abe3ee02e1ebb2379a481f1c3bb Mon Sep 17 00:00:00 2001 From: Mike Kormendy Date: Sun, 22 May 2022 21:43:14 -0500 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13d88a..db99fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + + +## [1.2.1](https://github.com/konnected-io/homebridge-konnected/compare/v1.2.0...v1.2.1) (2022-05-23) + ## [1.1.8](https://github.com/konnected-io/homebridge-konnected/compare/1.1.7...1.1.8) (2021-08-03) ### Changes: @@ -145,4 +149,4 @@ Code cleanup, documentation cleanup, and minor non-showstopper changes. ### Changes: * Panels can be discovered and provisioned. * Panels are now populated in the Homebridge config.json based on their discovery. -* Config UI X has an interface that can add and assign* the zones which show up in HomeKit. +* Config UI X has an interface that can add and assign* the zones which show up in HomeKit. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 33d7909..7c2550a 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-konnected", - "version": "1.1.8", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-konnected", - "version": "1.1.8", + "version": "1.2.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 714173e..05d73e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Konnected", "name": "homebridge-konnected", - "version": "1.2.0", + "version": "1.2.1", "description": "Homebridge plugin for Konnected security alarm systems", "author": "mkormendy", "license": "MIT",