diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 50575f1..de71af1 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -138,6 +138,9 @@ #### 0.0.8 (03.02.2020) * (misanorot) initial release +## 3.6.1 (2024-06-19) +* (misanorot) fixed presence at burgle + ## 3.6.0 (2024-01-06) * (misanorot) added new zone functions ON/OFF / Please check the readme diff --git a/README.md b/README.md index e16c3b2..f4b26ad 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 3.6.8 (2025-01-08) * (misanorot) protect password ### 3.6.7 (2024-12-18) @@ -46,9 +45,6 @@ * (misanorot) updated iob checker issues * (misanorot) fixed disable password state -### 3.6.1 (2024-06-19) -* (misanorot) fixed presence at burgle - ## License MIT License diff --git a/io-package.json b/io-package.json index 6ecc0b7..b4d2560 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "alarm", - "version": "3.6.7", + "version": "3.6.8", "news": { + "3.6.8": { + "en": "protect password", + "de": "schützen passwort", + "ru": "защитить пароль", + "pt": "proteger a senha", + "nl": "wachtwoord beschermen", + "fr": "protéger le mot de passe", + "it": "proteggere la password", + "es": "proteger contraseña", + "pl": "ochrona hasła", + "uk": "захист пароля", + "zh-cn": "保护密码" + }, "3.6.7": { "en": "ESlint 9 #267", "de": "ESlint 9 #267", @@ -144,8 +157,7 @@ { "admin": ">=5.0.0" } - ] - , + ], "protectedNative": [ "password" ], diff --git a/package-lock.json b/package-lock.json index db7267b..c28ae21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.alarm", - "version": "3.6.7", + "version": "3.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.alarm", - "version": "3.6.7", + "version": "3.6.8", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.3", diff --git a/package.json b/package.json index 9bc68df..17b52cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alarm", - "version": "3.6.7", + "version": "3.6.8", "description": "Your own lttle alarm system", "author": { "name": "misanorot",