From 4c08b648b68d4e2d9fe8e6ff5b2edabea5ac703d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 01:10:08 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.1.2...v1.1.3) (2024-08-01) ### Bug Fixes * update node version requirement to >=18.0.0 ([b385857](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/b385857b7d3c10817c49649da9824e0f3627f5d6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fcea8..ba314de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.1.2...v1.1.3) (2024-08-01) + + +### Bug Fixes + +* update node version requirement to >=18.0.0 ([b385857](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/b385857b7d3c10817c49649da9824e0f3627f5d6)) + ## [1.1.2](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.1.1...v1.1.2) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index fdb389d..5347bb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-cgd-garage-door", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-cgd-garage-door", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 2ca6a86..89bbf45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "CGD Garage Door", "name": "homebridge-cgd-garage-door", - "version": "1.1.2", + "version": "1.1.3", "description": "A Homebridge plugin to control Centurion Garage Doors using the official Centurion Garage Door Smartphone App integration. This plugin allows you to open, close, and monitor the status of your Centurion Garage Door, control the Lock Mode, and turn the lights on and off.", "homepage": "https://github.com/KieraDOG/homebridge-cgd-garage-door", "license": "MIT",