diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d0585..ffc8dd5 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.2](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.1...v1.4.2) (2020-12-08) + + +### Bug Fixes + +* correction to bit 11 (playing status bit) ([ea3f1e7](https://github.com/apexad/homebridge-airport-express-playing/commit/ea3f1e789f870e853a9db08a03bd8f70d6598e63)) + ### [1.4.1](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.0...v1.4.1) (2020-12-07) diff --git a/package-lock.json b/package-lock.json index 381fd7f..3a986b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78473f4..2e3c37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.1", + "version": "1.4.2", "description": "Homebridge plugin that creates a smart speaker accessory that shows playing/paused for airport express devices.", "main": "dist/platform.js", "scripts": {