Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
faune committed Mar 27, 2024
1 parent f71cafb commit 7164e72
Show file tree
Hide file tree
Showing 4 changed files with 2,545 additions and 2,055 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [ 140 ],
"eslint.enable": true
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.1] - 2021-06-01
## [1.5.1] - 2024-03-27

### Added

- Adapted code to Grohe REST API changes
- Made throttling enabled by default, because a change in superagent
throttle caused API queries to pause unless throttling is enabled.
- More debug statements
- Updated dependencies with vulnerabilities as flagged by Dependabot
- Started on Grohe Blue/Red support
Expand Down

0 comments on commit 7164e72

Please sign in to comment.