Skip to content

Commit

Permalink
chore: release v0.1.9
Browse files Browse the repository at this point in the history
- fix for login
  • Loading branch information
TA2k committed Nov 25, 2024
1 parent 898cd35 commit 35d8eb4
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 TA2k <[email protected]>
Copyright (c) 2022-2030 TA2k <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl
<https://forum.iobroker.net/topic/55902/test-adapter-bosch-ebik-connect-flow>

## Changelog
### 0.1.8 (2024-11-25)
### 0.1.9 (2024-11-25)

- fix for login

Expand All @@ -45,7 +45,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl

MIT License

Copyright (c) 2022 TA2k <[email protected]>
Copyright (c) 2022-2030 TA2k <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
33 changes: 28 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bosch-ebike",
"version": "0.1.7",
"version": "0.1.9",
"news": {
"0.1.9": {
"en": "fix for login",
"de": "fix für anmeldung",
"ru": "для входа",
"pt": "correção para login",
"nl": "fix voor aanmelden",
"fr": "correction de la connexion",
"it": "correzione per il login",
"es": "fijación para iniciar sesión",
"pl": "fix dla logowania",
"uk": "фіксувати логін",
"zh-cn": "登录的固定"
},
"0.1.7": {
"en": "add max trips setting",
"de": "Maximale Anzahl von Fahrten hinzufügen"
Expand Down Expand Up @@ -53,8 +66,14 @@
"pl": "Adapter do Bosch eBike",
"zh-cn": "Bosch eBike 适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["bosch", "ebike", "ebike connect"],
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"bosch",
"ebike",
"ebike connect"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -88,8 +107,12 @@
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"username": "",
"password": "",
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.bosch-ebike",
"version": "0.1.8",
"version": "0.1.9",
"description": "Adapter for Bosch eBike",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 35d8eb4

Please sign in to comment.