diff --git a/README.md b/README.md index b7ed6b8..0dd71b8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Node.js 16 is required by the underlaying [discord.js](https://github.com/discor Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.1.2 (2023-09-04) * (crycode-de) Fixed response to notification-manager adapter diff --git a/io-package.json b/io-package.json index 7eaf46f..571a32a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "discord", - "version": "2.1.1", + "version": "2.1.2", "news": { + "2.1.2": { + "en": "Fixed response to notification-manager adapter", + "de": "Antwort auf Benachrichtigungen vom notification-manager Adapter korrigiert", + "ru": "Исправлена реакция на адаптер для уведомлений-менеджера", + "pt": "Resposta fixa ao adaptador do gerenciador de notificações", + "nl": "Reactie van de manager", + "fr": "Réponse fixe à l'adaptateur notification-manager", + "it": "Risposta fissa all'adattatore di notifica-manager", + "es": "Respuesta fija al adaptador de gestión de notificaciones", + "pl": "Fixed response to powiadomienia-managera", + "uk": "Виправлено відповідь на повідомлення-менеджер адаптера", + "zh-cn": "对通知-manager的适应反应" + }, "2.1.1": { "en": "Updated dependencies\nUpdated translations", "de": "Abhängigkeiten aktualisiert\nÜbersetzungen aktualisiert", @@ -80,19 +93,6 @@ "pl": "Szczegółowa katastrofa, jeśli nazwa dowodzenia była pusta", "uk": "Виправлено збій, якщо ім’я вибору команди було порожнім", "zh-cn": "如果定制指挥选择名称是空洞,则固定的坠落。" - }, - "1.1.3": { - "en": "Dependency updates", - "de": "Abhängigkeiten aktualisiert", - "ru": "Обновление зависимости", - "pt": "Atualizações de dependência", - "nl": "Afhankelijke updates", - "fr": "Mises à jour des dépenses", - "it": "Aggiornamenti di dipendenza", - "es": "Actualizaciones de dependencia", - "pl": "Aktualizacja", - "uk": "Оновлення залежностей", - "zh-cn": "B. 附属更新" } }, "title": "Discord", diff --git a/package-lock.json b/package-lock.json index 9a4276d..b6fd40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.discord", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.discord", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index e6d2f06..435b454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.discord", - "version": "2.1.1", + "version": "2.1.2", "description": "ioBroker Discord bot integration", "author": { "name": "Peter Müller",