homebridge-navilink 1.0.1 → 1.0.2

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/tbaur/homebridge-navilink/compare/v1.0.1...v1.0.2) (2026-09-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use the cropped 2021 mark as the plugin icon ([#18](https://github.com/tbaur/homebridge-navilink/issues/18)) ([062cc0b](https://github.com/tbaur/homebridge-navilink/commit/062cc0b1dcc2d14de6810a45844dadc2108687d1))
9
+
3
10
  ## [1.0.1](https://github.com/tbaur/homebridge-navilink/compare/v1.0.0...v1.0.1) (2026-09-20)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-navilink",
3
3
  "displayName": "Homebridge NaviLink",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Homebridge plugin for Navien combi boilers and water heaters through the North American NaviLink cloud: hot water and space-heating thermostats, power, recirculation, fault and temperature accessories. Verified on an NCB-240E (firmware 4352)",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",