Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomkd46 committed Jul 7, 2022
2 parents 08004bb + b49e954 commit 0ac749e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.1.0
* Added Support For Invited Accounts (ex. Creating A Secondary Account Named Apple HomeKit)


### 0.0.2
* Fixed Time Showing Up As Undefined In Logs


### 0.0.1
* Fixed Error Blocking UI From Rendering
* Fixed Error When Generating Home Folder


### 0.0.0
* Initial Release
- Expect Bugs
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Aladdin Connect",
"name": "homebridge-aladdinconnect",
"version": "0.0.0",
"version": "0.1.0",
"description": "A homebridge plugin to control Genie's Aladdin Connect garage doors.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"@bloomkd46/aladdinconnect": "^1.0.0"
"@bloomkd46/aladdinconnect": "^1.1.0"
},
"devDependencies": {
"@types/node": "^16.10.9",
Expand Down

0 comments on commit 0ac749e

Please sign in to comment.