Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
- fix login
  • Loading branch information
TA2k committed Dec 15, 2023
1 parent a012721 commit 80a2fe7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ Change the value of programs.selected.BSH_Common_Root_SelectedProgram leads to s
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.3.0 (2023-12-15)

- fix login

Expand Down
35 changes: 30 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "homeconnect",
"version": "1.2.2",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "fix login",
"de": "zurück zur übersicht",
"ru": "исправить логин",
"pt": "corrigir login",
"nl": "vertaling:",
"fr": "login",
"it": "fix login",
"es": "corrección de inicio",
"pl": "naprawić loginę",
"uk": "увійти",
"zh-cn": "fix 伐木"
},
"1.2.2": {
"en": "fix login",
"de": "Login gefixt",
Expand Down Expand Up @@ -67,8 +80,16 @@
"pl": "Adapter do urządzeń Homeconnect",
"zh-cn": "Homeconnect 设备的适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["homeconnect", "BSH", "bosch", "siemens", "neff"],
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"homeconnect",
"BSH",
"bosch",
"siemens",
"neff"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -99,8 +120,12 @@
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"clientID": "",
"username": "",
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.homeconnect",
"version": "1.2.2",
"version": "1.3.0",
"description": "Adapter for Homeconnect devices",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 80a2fe7

Please sign in to comment.