Skip to content

Commit

Permalink
build(platform): 🐛 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
johannrichard committed Nov 1, 2024
1 parent fb3f1b4 commit 20036a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 20036a0

Please sign in to comment.