homebridge-flume 1.2.8-beta.0 → 2.0.0

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,7 +2,7 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
- ## BETA
5
+ ## 2.0.0 (2022-04-23)
6
6
 
7
7
  ### Potentially Breaking Changes
8
8
 
package/lib/platform.js CHANGED
@@ -38,7 +38,7 @@ export default class {
38
38
 
39
39
  // Log some environment info for debugging
40
40
  this.log(
41
- '%s v%s | System %s | Node %s | HB v%s | HAPNodeJS v%s%s...',
41
+ '%s v%s | System %s | Node %s | HB v%s | HAPNodeJS v%s...',
42
42
  platformLang.initialising,
43
43
  plugin.version,
44
44
  process.platform,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
- "version": "1.2.8-beta.0",
4
+ "version": "2.0.0",
5
5
  "author": {
6
6
  "name": "Ben Potter",
7
7
  "email": "bwp91@icloud.com"