homebridge-bluos 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.1](https://github.com/tbaur/homebridge-bluos/compare/v2.0.0...v2.0.1) (2026-09-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Bump @homebridge/plugin-ui-utils from 2.2.5 to 2.2.6 ([#38](https://github.com/tbaur/homebridge-bluos/issues/38)) ([6091c79](https://github.com/tbaur/homebridge-bluos/commit/6091c794bf00a472f7ef7c9f0ffb38f5375da20d))
9
+
3
10
  ## [2.0.0](https://github.com/tbaur/homebridge-bluos/compare/v1.1.6...v2.0.0) (2026-09-05)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-bluos",
3
3
  "displayName": "Homebridge BluOS",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "Homebridge plugin for BluOS players — per-zone volume, mute, volume-preset and battery accessories over the LAN Custom Integration API. Verified on NAD and Bluesound hardware",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "brace-expansion": "^5.0.9"
45
45
  },
46
46
  "dependencies": {
47
- "@homebridge/plugin-ui-utils": "2.2.5",
47
+ "@homebridge/plugin-ui-utils": "2.2.6",
48
48
  "multicast-dns": "7.2.5"
49
49
  },
50
50
  "devDependencies": {