diff --git a/.vscode/settings.json b/.vscode/settings.json index 16c249e..dcc5236 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,8 @@ "eslint.nodePath": ".yarn/sdks", "prettier.prettierPath": ".yarn/sdks/prettier/index.js", "typescript.tsdk": ".yarn/sdks/typescript/lib", - "typescript.enablePromptUseWorkspaceTsdk": true + "typescript.enablePromptUseWorkspaceTsdk": true, + "conventionalCommits.scopes": [ + "fix" + ] } diff --git a/package.json b/package.json index 6c6f1d8..9792e7e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "homebridge-dingz", "version": "3.0.0", "author": "johannrichard", - "description": "Homebridge Plugin for dingz & myStrom Devices. Implements some (but not all, due to API limitations) functions of a [dingz](https://dingz.ch) Smart Home Device.", + "description": "Homebridge Plugin for dingz & myStrom Devices. Implements some (but not all, due to API limitations) functions of a [dingz](https://dingz.ch) Smart Home Device. Not regularly updated.", "license": "Apache-2.0", "homepage": "https://github.com/johannrichard/homebridge-dingz#readme", "repository": {