From 42c45d3e9a581869b0ba9cf710dbecb42ca3e574 Mon Sep 17 00:00:00 2001
From: DutchmanNL <rdrozda86@gmail.com>
Date: Wed, 23 Feb 2022 23:21:29 +0100
Subject: [PATCH] chore: release v0.4.14

* (DutchmanNL) Small code updates, lifecycle patches
* (DutchmanNL) Option to disable device reset feature added
* (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved
---
 README.md       |  2 +-
 io-package.json | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c7044459..4d90f40e 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,7 @@ When the adapter crashes or any other Code error happens, this error message tha
 -->
 ## Changelog
 ### 0.4.14 (2022-02-23) Optimize Device reset handling
-* (DutchmanNL) Small code updates / lifecycle patches
+* (DutchmanNL) Small code updates, lifecycle patches
 * (DutchmanNL) Option to disable device reset feature added
 * (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved
 
diff --git a/io-package.json b/io-package.json
index dcc11453..3ee205cb 100644
--- a/io-package.json
+++ b/io-package.json
@@ -1,8 +1,19 @@
 {
     "common": {
         "name": "sourceanalytix",
-        "version": "0.4.14-beta.0",
+        "version": "0.4.14",
         "news": {
+            "0.4.14": {
+                "en": "Small code updates, lifecycle patches\nOption to disable device reset feature added\nBugfix: Cannot read property 'name' of undefined solv\n",
+                "de": "Kleine Code-Updates, Lifecycle-Patches\nOption zum Deaktivieren der Geräte-Reset-Funktion hinzugefügt\nBugfix: Eigenschaft „Name“ von undefiniertem Solv kann nicht gelesen werden\n\n",
+                "ru": "Небольшие обновления кода, исправления жизненного цикла\nДобавлена возможность отключения функции сброса устройства\nBugfix: невозможно прочитать имя свойства неопределенного решения\n",
+                "pt": "Pequenas atualizações de código, patches de ciclo de vida\nOpção para desabilitar o recurso de redefinição de dispositivo adicionado\nBugfix: Não é possível ler a propriedade 'nome' de solução indefinida\n",
+                "nl": "Kleine code-updates, levenscycluspatches\nOptie om de functie voor apparaatreset uit te schakelen toegevoegd\nBugfix: kan eigenschap 'naam' van niet-gedefinieerde solv niet lezen\n",
+                "fr": "Petites mises à jour de code, correctifs du cycle de vie\nOption pour désactiver la fonction de réinitialisation de l'appareil ajoutée\nBugfix : impossible de lire la propriété \"nom\" d'une solution non définie\n",
+                "it": "Piccoli aggiornamenti del codice, patch del ciclo di vita\nOpzione per disabilitare la funzione di ripristino del dispositivo aggiunta\nBugfix: impossibile leggere la proprietà 'nome' di una soluzione non definita\n",
+                "es": "Pequeñas actualizaciones de código, parches de ciclo de vida\nOpción para deshabilitar la función de restablecimiento del dispositivo agregada\nCorrección de error: no se puede leer la propiedad 'nombre' de una solución indefinida\n",
+                "pl": "Małe aktualizacje kodu, poprawki cyklu życia\nDodana opcja wyłączenia funkcji resetowania urządzenia\nNaprawa błędu: Nie można odczytać właściwości „nazwa” niezdefiniowanego rozwiązania\n",
+                "zh-cn": "小代码更新、生命周期补丁/添加了禁用设备重置功能的选项\nBugfix:无法读取未定义解决方案的属性“名称”\n"            },
             "0.4.12": {
                 "en": "Add logging to analyse error caught by sentry\nCannot set property 'date' of undefined solved\nMajor : New version requires JS-Controller >= 3.2!\nAdd possibility to use an alternative name (alias)\nAvoid writing source state causing incorrect calculations at day reset #470",
                 "de": "Fügen Sie eine Protokollierung hinzu, um vom Sentry abgefangene Fehler zu analysieren\n",