Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
## [Version 1.4.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.2) (2023-08-27)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: v1.4.1...v1.4.2
  • Loading branch information
donavanbecker committed Aug 28, 2023
1 parent 963f23d commit 34e9701
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 92 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [Version 1.4.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.2) (2023-08-27)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.1...v1.4.2

## [Version 1.4.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.1) (2023-08-19)

## What's Changes
Expand Down
171 changes: 86 additions & 85 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@
"leak"
],
"dependencies": {
"axios": "1.4.0",
"axios": "1.5.0",
"rxjs": "^7.8.1",
"@homebridge/plugin-ui-utils": "^0.1.0",
"super-stringify": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"homebridge": "^1.6.1",
"nodemon": "^3.0.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"typescript-axios-wb": "^1.0.3",
"npm-check-updates": "^16.12.2",
"npm-check-updates": "^16.13.1",
"prettier": "3.0.2"
}
}

0 comments on commit 34e9701

Please sign in to comment.