Skip to content

Commit

Permalink
v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jun 6, 2024
1 parent 1edd53a commit 3eab4a8
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 68 deletions.
3 changes: 3 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 1.1.1 (2024-06-06)
* Housekeeping.

## 1.1.0 (2024-06-01)
* Improved: webUI updates.
* Housekeeping.
Expand Down
126 changes: 63 additions & 63 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-hunter-hydrawise",
"displayName": "Homebridge Hunter Hydrawise",
"version": "1.1.0",
"version": "1.1.1",
"description": "HomeKit integration for Hunter Hydrawise Irrigation Controllers.",
"license": "ISC",
"author": {
Expand Down Expand Up @@ -47,16 +47,16 @@
],
"devDependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"eslint": "^8.5.7",
"homebridge": "^1.8.2",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0"
"typescript-eslint": "^7.12.0"
},
"dependencies": {
"@adobe/fetch": "^4.1.3",
"@adobe/fetch": "^4.1.4",
"@homebridge/plugin-ui-utils": "^1.0.3",
"homebridge-plugin-utils": "^1.2.0"
"homebridge-plugin-utils": "^1.4.0"
}
}

0 comments on commit 3eab4a8

Please sign in to comment.