Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
- Moved from CommonJS to ES Module
- Housekeeping and updated dependencies.

**Full Changelog**: v1.4.6...v2.0.0
  • Loading branch information
donavanbecker committed Jan 19, 2024
1 parent edbff12 commit 75e64a6
Show file tree
Hide file tree
Showing 12 changed files with 3,476 additions and 1,751 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.json-language-features"
}
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [2.0.0-beta](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2024-XX-XX)
## [Beta 2.0.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2024-XX-XX)

### What's Changes
- Moved from CommonJS to ES Module
Expand Down
4 changes: 4 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
{
"title": "Leak Sensor",
"enum": ["LeakDetector"]
},
{
"title": "Shut Off Valve",
"enum": ["ShutoffValve"]
}
],
"condition": {
Expand Down
Loading

0 comments on commit 75e64a6

Please sign in to comment.