Skip to content

Commit

Permalink
v6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed Jun 28, 2021
1 parent 87ad14e commit 9692529
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v6.0.10 - 2021-06-28

## Other Changes
- Fixed an issue where authentication with a complex password didnt work

# v6.0.9 - 2021-06-28

## Other Changes
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-fritz-platform",
"version": "6.0.9",
"version": "6.0.10",
"description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
"main": "index.js",
"funding": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"homebridge": "^1.3.0"
},
"dependencies": {
"@seydx/fritzbox": "^2.2.7",
"@seydx/fritzbox": "^2.2.8",
"fakegato-history": "0.6.1",
"form-data": "^4.0.0",
"fs-extra": "10.0.0",
Expand Down

0 comments on commit 9692529

Please sign in to comment.