Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.1 - Updated filter and added enhancedSkip for the appletv-enhanced plugin #715

Merged
merged 16 commits into from
Sep 25, 2024
Merged
Next Next commit
Setup for beta-0.7.1
  • Loading branch information
NorthernMan54 committed Jul 12, 2024
commit 5b1272b6f6555c68b7f9d04f4c374db3c84a3c5f
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## 0.7.1 (2023-05-30)

## [Version 0.7.0](https://github.com/northernman54/homebridge-alexa/compare/v0.7.0...v0.7.1)

#### Changes

## 0.7.0 (2023-05-30)

## [Version 0.7.0](https://github.com/northernman54/homebridge-alexa/compare/v0.6.9...v0.7.0)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-alexa",
"version": "0.7.0",
"version": "0.7.1",
"description": "Control your Homebridge devices with Amazon Alexa.",
"main": "plugin.js",
"scripts": {