Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed May 30, 2021
1 parent c568d1b commit da0c827
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## NEXT
## v5.1.1 - 2021-05-30
- Bump dependencies

## v5.1.0 - 2021-05-20
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-fritz-platform",
"version": "5.1.1-beta.3",
"version": "5.1.1",
"description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
"main": "index.js",
"funding": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"homebridge": "^1.1.6"
},
"dependencies": {
"@seydx/fritzbox": "^2.0.4",
"@seydx/fritzbox": "^2.0.5",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"fakegato-history": "0.6.1",
Expand All @@ -61,7 +61,7 @@
"@babel/eslint-plugin": "7.13.16",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0"
}
Expand Down

0 comments on commit da0c827

Please sign in to comment.