Skip to content

Commit

Permalink
prep 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 5, 2023
1 parent f61c99b commit 639e804
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🌍 My Discord Server
url: https://discord.gg/cMGhNtZ3tW
about: Join my personal Discord server where you can post messages in the plugin channels or message me directly. This is often easier and quicker than creating an issue on here.
- name: 🌍 Homebridge Discord Server
url: https://discord.gg/bHjKNkN
about: Please ask and answer questions here.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to homebridge-govee will be documented in this file.

## BETA
## 8.1.1 (2023-04-05)

### Changed

- Bump `node` recommended versions to v16.20.0 or v18.15.0

### Fixed

Expand Down
18 changes: 9 additions & 9 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
Expand Up @@ -26,7 +26,7 @@
},
"engines": {
"homebridge": "^1.6.0 || 2.0.0-beta.0",
"node": "^16.19.1 || ^18.15.0"
"node": "^16.20.0 || ^18.15.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@bwp91/pem": "^1.14.6",
"@homebridge/plugin-ui-utils": "^0.0.19",
"aws-iot-device-sdk": "^2.2.12",
"axios": "^1.3.4",
"axios": "^1.3.5",
"node-persist": "^3.1.3",
"node-rsa": "^1.1.1",
"p-queue": "^7.3.4"
Expand Down

0 comments on commit 639e804

Please sign in to comment.