diff --git a/README.md b/README.md index 46dfe08..e8d63c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Reference to a company or a product name does not imply approval or recommendati that company or product to the exclusion of others. ## Changelog -### **WORK IN PROGRESS** +### 0.2.0 (2023-05-02) * more setTimeout fixes ### 0.1.1 (2023-05-01) diff --git a/io-package.json b/io-package.json index b81079e..5801b56 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "signifylights", - "version": "0.1.1", + "version": "0.2.0", "news": { + "0.2.0": { + "en": "more setTimeout fixes", + "de": "mehr Set Timeout-Behebungen", + "ru": "больше набор Исправления Timeout", + "pt": "mais conjunto Correções de timeout", + "nl": "meer. Time-out repareert", + "fr": "plus de réglage Timeout corrige", + "it": "più set Correzioni di timeout", + "es": "más set Timeout fixes", + "pl": "ustalony Timeout naprawia", + "uk": "докладніше Застібка часу", + "zh-cn": "增 编 时间安排" + }, "0.1.1": { "en": "fix setTimeout calls in async functions", "de": "fixed Timeout Anrufe in Async-Funktionen", diff --git a/package-lock.json b/package-lock.json index fdad567..0463378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.signifylights", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.signifylights", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 1a74576..efa95fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.signifylights", - "version": "0.1.1", + "version": "0.2.0", "description": "Signify Device Adapter", "author": { "name": "disaster123",