@homebridge-plugins/homebridge-govee 11.12.0 → 11.12.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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to homebridge-govee will be documented in this file.
3
+ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented in this file.
4
+
5
+ ## v11.12.1 (2025-12-05)
6
+
7
+ ### Changes
8
+
9
+ - update workflows and npm publish via oidc
10
+ - dependency updates
4
11
 
5
12
  ## v11.12.0 (2025-11-30)
6
13
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-govee",
3
3
  "alias": "Govee",
4
4
  "type": "module",
5
- "version": "11.12.0",
5
+ "version": "11.12.1",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -66,10 +66,10 @@
66
66
  },
67
67
  "optionalDependencies": {
68
68
  "@stoprocent/bluetooth-hci-socket": "^2.2.3",
69
- "@stoprocent/noble": "^2.3.8"
69
+ "@stoprocent/noble": "^2.3.9"
70
70
  },
71
71
  "devDependencies": {
72
- "@antfu/eslint-config": "^6.2.0",
72
+ "@antfu/eslint-config": "^6.4.2",
73
73
  "patch-package": "^8.0.1"
74
74
  }
75
75
  }