Skip to content

Commit

Permalink
chore: release v2.1.2
Browse files Browse the repository at this point in the history
* (crycode-de) Fixed response to notification-manager adapter
  • Loading branch information
crycode-de committed Sep 4, 2023
1 parent 0c25233 commit ccaa94e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ccaa94e

Please sign in to comment.