homebridge-flume 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 +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
+ ## 2.0.1 (2022-04-30)
6
+
7
+ ### Changed
8
+
9
+ - Bump `axios` to v0.27.2
10
+ - Bump `node` recommended versions to v14.19.1 or v16.15.0
11
+
5
12
  ## 2.0.0 (2022-04-23)
6
13
 
7
14
  ### Potentially Breaking Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "author": {
6
6
  "name": "Ben Potter",
7
7
  "email": "bwp91@icloud.com"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "engines": {
31
31
  "homebridge": "^1.4.0",
32
- "node": "^14.19.0 || ^16.14.0"
32
+ "node": "^14.19.1 || ^16.15.0"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
@@ -58,7 +58,7 @@
58
58
  ],
59
59
  "dependencies": {
60
60
  "@homebridge/plugin-ui-utils": "^0.0.19",
61
- "axios": "^0.26.1",
61
+ "axios": "^0.27.2",
62
62
  "jwt-decode": "^3.1.2"
63
63
  },
64
64
  "devDependencies": {