From dbfd82be4226090bbdc55ba2b2d2b6d8a2386158 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Tue, 24 Oct 2023 20:05:26 +0200 Subject: [PATCH] chore: release v3.0.5 * (bluefox) Updated packages --- CHANGELOG_OLD.md | 5 +++++ README.md | 7 +------ io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 23 insertions(+), 22 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 44017a3..b3af8f5 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,9 @@ # Older changes +## 2.1.0 (2022-02-20) +* Important: js-controller 3.0+ required! +* (Apollon77) Remove some legacy code +* (Apollon77) Prevent potential crash case when error occurs + ## 2.0.5 (2021-06-29) * (bluefox) Corrected error with token diff --git a/README.md b/README.md index 1695f95..0bde563 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ iobroker add pushover Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 3.0.5 (2023-10-24) * (bluefox) Updated packages ### 3.0.4 (2023-08-08) @@ -54,11 +54,6 @@ iobroker add pushover * (klein0r) Updated logo * (klein0r) Updated testing -### 2.1.0 (2022-02-20) -* Important: js-controller 3.0+ required! -* (Apollon77) Remove some legacy code -* (Apollon77) Prevent potential crash case when error occurs - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index d31c134..811df42 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "pushover", - "version": "3.0.4", + "version": "3.0.5", "news": { + "3.0.5": { + "en": "Updated packages", + "de": "Aktualisierte Pakete", + "ru": "Обновленные пакеты", + "pt": "Pacotes atualizados", + "nl": "Verouderde pakketten", + "fr": "Forfaits mis à jour", + "it": "Pacchetti aggiornati", + "es": "Paquetes actualizados", + "pl": "Pakiet upoważniony", + "uk": "Оновлені пакети", + "zh-cn": "最新一揽子计划" + }, "3.0.4": { "en": "Added new ttl parameter to blockly", "de": "Neue ttl-Parameter blockweise hinzugefügt", @@ -75,18 +88,6 @@ "es": "Error corregido con token", "pl": "Poprawiony błąd z tokenem", "zh-cn": "更正了令牌错误" - }, - "2.0.4": { - "en": "Blockly input value for attachments\nimplemented the \"glances\"", - "de": "Block-Eingabewert für Anhänge\ndie \"Blicke\" umgesetzt", - "ru": "Блочно вводимое значение для вложений\nреализованы «взгляды»", - "pt": "Valor de entrada em bloco para anexos\nimplementou os \"olhares\"", - "nl": "Geblokkeerde invoerwaarde voor bijlagen\nimplementeerde de \"blik\"", - "fr": "Valeur d'entrée en bloc pour les pièces jointes\nmis en œuvre les \"coups d'œil\"", - "it": "Valore di input a blocchi per gli allegati\nimplementato gli \"sguardi\"", - "es": "Valor de entrada en bloque para archivos adjuntos\nimplementó las \"miradas\"", - "pl": "Blokowo wprowadzana wartość dla załączników\nwdrożył „spojrzenia”", - "zh-cn": "附件的块输入值\n实施“一瞥”" } }, "title": "Pushover", diff --git a/package-lock.json b/package-lock.json index 4967fb3..9aadda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.pushover", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.pushover", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index bc7aca0..35c83bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.pushover", "description": "ioBroker Adapter to send Pushover notifications", - "version": "3.0.4", + "version": "3.0.5", "author": "bluefox ", "contributors": [ "bluefox "