From f8fee414bd9b995524319d619df3d25087d23f01 Mon Sep 17 00:00:00 2001 From: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:01:20 -0400 Subject: [PATCH] Initial --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d5f06..0d4241f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +## 0.8.0 (2024-09-24) + +## [Version 0.7.1](https://github.com/northernman54/homebridge-alexa/compare/v0.7.1...v0.8.0) + +#### Changes + +- Simplified initial configuration + ## 0.7.1 (2024-09-24) ## [Version 0.7.1](https://github.com/northernman54/homebridge-alexa/compare/v0.7.0...v0.7.1) diff --git a/package.json b/package.json index 51d8ec5..22f8cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-alexa", - "version": "0.7.1", + "version": "0.8.0", "description": "Control your Homebridge devices with Amazon Alexa.", "main": "plugin.js", "scripts": {