Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
v3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 28, 2023
1 parent 7beed68 commit 13df3f1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 32 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 3.3.0 (2023-08-27)
* Improvement: new first run user experience in the webUI for new users, improved API error reporting in the webUI.
* Housekeeping.

## 3.2.1 (2023-08-22)
* Fix: address MQTT regressions.
* Housekeeping.
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "3.2.1",
"version": "3.3.0",
"displayName": "Homebridge myQ",
"description": "HomeKit integration for myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": {
Expand Down Expand Up @@ -47,19 +47,19 @@
},
"main": "dist/index.js",
"devDependencies": {
"@types/node": "20.5.3",
"@types/readable-stream": "4.0.1",
"@types/node": "20.5.7",
"@types/readable-stream": "4.0.2",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.47.0",
"eslint": "8.48.0",
"homebridge": "1.6.1",
"nodemon": "3.0.1",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"@hjdhjd/myq": "7.4.1",
"@hjdhjd/myq": "7.4.2",
"@homebridge/plugin-ui-utils": "0.1.0",
"mqtt": "5.0.3"
}
Expand Down

0 comments on commit 13df3f1

Please sign in to comment.