homebridge-flume 3.0.3-beta.0 → 3.0.3

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
+ ## 3.0.3 (2024-07-23)
6
+
7
+ - Maintenance release
8
+
5
9
  ## 3.0.2 (2023-03-24)
6
10
 
7
11
  ### Fixed
package/README.md CHANGED
@@ -26,7 +26,7 @@ Homebridge plugin to integrate Flume devices into HomeKit
26
26
 
27
27
  - To use this plugin, you will need to already have:
28
28
  - [Homebridge](https://homebridge.io): v1.6 or [HOOBS](https://hoobs.org): v4.3 installed - refer to the links for more information and installation instructions.
29
- - Node: latest version of v16 or v18 - any other major version is not supported.
29
+ - Node: latest version of v18, v20 or v22 - any other major version is not supported.
30
30
 
31
31
  ### Setup
32
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
- "version": "3.0.3-beta.0",
4
+ "version": "3.0.3",
5
5
  "author": {
6
6
  "name": "Ben Potter",
7
7
  "email": "bwp91@icloud.com"