diff --git a/CHANGELOG.md b/CHANGELOG.md index 3871311..124abd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.0-beta.3...v1.4.0) (2020-12-07) + + +### Features + +* make switch optional with config option ([66475cb](https://github.com/apexad/homebridge-airport-express-playing/commit/66475cb0b75592fc9aab43149c663eb0921219ac)) + ## [1.3.0](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.2.0...v1.3.0) (2020-12-06) diff --git a/package-lock.json b/package-lock.json index 9c7c6d4..386f92f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.0-beta.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ea8091..f337dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.0-beta.3", + "version": "1.4.0", "description": "Homebridge plugin that creates a smart speaker accessory that shows playing/paused for airport express devices.", "main": "dist/platform.js", "scripts": {