From 68140437865e17a7912f3e2fc24189718065aa5e Mon Sep 17 00:00:00 2001 From: apexad <1437332+apexad@users.noreply.github.com> Date: Thu, 14 Jan 2021 05:06:09 -0700 Subject: [PATCH] chore(release): 1.4.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee0d37..b4947a9 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.8](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.7...v1.4.8) (2021-01-14) + + +### Bug Fixes + +* move try..catch into mdns update function ([acee65e](https://github.com/apexad/homebridge-airport-express-playing/commit/acee65e19a03661537f90509663c062102dd4cfc)) + ### [1.4.7](https://github.com/apexad/homebridge-airport-express-playing/compare/v1.4.6...v1.4.7) (2021-01-14) diff --git a/package-lock.json b/package-lock.json index 4b62306..a230f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.7", + "version": "1.4.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76553f5..02bcd59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-airport-express-playing", - "version": "1.4.7", + "version": "1.4.8", "description": "Homebridge plugin that creates a smart speaker accessory that shows playing/paused for airport express devices.", "main": "dist/platform.js", "scripts": {