From 1342ddee26437a1b48808e58068eb426ab279f21 Mon Sep 17 00:00:00 2001 From: Patrick <49351462+patrickbs96@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:04:17 +0100 Subject: [PATCH] chore: release v1.0.13 * Update dependencies --- CHANGELOG_OLD.md | 4 ++++ README.md | 6 +----- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index bc175e69..1fe6dabe 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,8 @@ # Older changes +## 1.0.6 (2022-11-19) +* Fixed polling (ledBri, ledSat) +* Added Connection-Info + ## 1.0.5 (2022-10-16) * Fixed error when changing active movie (#173) diff --git a/README.md b/README.md index a8de7fab..c7eca61d 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ response => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.13 (2023-02-01) * Update dependencies ### 1.0.12 (2022-12-22) @@ -169,10 +169,6 @@ response => { * Fixed deprecated messages from Sentry with api-validations * Automatic switch mode had an error with playlists. Playlist item could never be selected. -### 1.0.6 (2022-11-19) -* Fixed polling (ledBri, ledSat) -* Added Connection-Info - ## License MIT License diff --git a/io-package.json b/io-package.json index 9b608825..34ca7a7f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "twinkly", - "version": "1.0.12", + "version": "1.0.13", "news": { + "1.0.13": { + "en": "Update dependencies", + "de": "Abhängigkeiten aktualisieren", + "ru": "Обновить зависимости", + "pt": "Dependências de atualização", + "nl": "Update afhankelijkheid", + "fr": "Mettre à jour les dépendances", + "it": "Dipendenze di aggiornamento", + "es": "Actualizar las dependencias", + "pl": "Zależności aktualnej", + "uk": "Оновлення залежності", + "zh-cn": "最新依赖" + }, "1.0.12": { "en": "Slave can write ledBri and ledSat", "de": "Slave kann ledBri schreiben und geführt Saat", diff --git a/package-lock.json b/package-lock.json index df47e135..86cf4e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.twinkly", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.twinkly", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index 4e8a435a..7af145e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "1.0.12", + "version": "1.0.13", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",