Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
* (bluefox) Added migration of password on JSON Config
  • Loading branch information
GermanBluefox committed Aug 11, 2023
1 parent 25aa17e commit 0405cda
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ States:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 3.0.1 (2023-08-11)
* (bluefox) Added migration of password on JSON Config

### 2.5.7 (2023-07-07)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "sonoff",
"version": "3.0.0",
"version": "3.0.1",
"news": {
"3.0.1": {
"en": "Added migration of password on JSON Config",
"de": "Migration von Passwort auf JSON Config hinzugefügt",
"ru": "Добавлена миграция пароля на JSON Config",
"pt": "Adicionado migração de senha em JSON Config",
"nl": "Vermelding van wachtwoord op JSON Config",
"fr": "Ajout de la migration de mot de passe sur JSON Config",
"it": "Aggiunta migrazione di password su JSON Config",
"es": "Migración agregada de contraseña en JSON Config",
"pl": "Dostęp do migracji haseł JSON Config",
"uk": "Додано міграції пароля на JSON Config",
"zh-cn": "A. 增加联索行动密码的移徙"
},
"2.5.7": {
"en": "Disabled the logging of username and password during connection errors\nadded json config",
"de": "Deaktiviert die Protokollierung von Benutzername und Passwort während der Verbindungsfehler\nadd json config",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.sonoff",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "3.0.0",
"version": "3.0.1",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
Expand Down

0 comments on commit 0405cda

Please sign in to comment.