Skip to content

Commit b81de8c

Browse files
committed
Fixing advertising issue on some platforms and installs
1 parent 6b26d5b commit b81de8c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v1.2.1 (2020-09-15)
6+
7+
### Bug Fixes
8+
9+
* Fixed a bug related to mdns discovery where on some machines (FreeBSD and some containerized installs) the accessory is not correctly advertised on the local network
10+
511
## v1.2.0 (2020-09-14)
612

713
### Notable Changes

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"chalk": "^4.1.0",
4545
"commander": "5.1.0",
46-
"hap-nodejs": "~0.8.0",
46+
"hap-nodejs": "~0.8.1",
4747
"node-persist": "^0.0.11",
4848
"qrcode-terminal": "^0.12.0",
4949
"semver": "^7.3.2",

0 commit comments

Comments
 (0)