diff --git a/CHANGELOG.md b/CHANGELOG.md index fd231f32cdec..c3fbadb0d5ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # tiledesk-dashboard +### 2.5.19 +- Deploys in production +- Fixes the bug: not all chatbot images are displayed +- Fixes the bug: published chatbots is not appearing as a draft + ### 2.5.18 - Deploys in production - Fixes the bug: in the settings sidebar 'setAttribute' on 'Element' is not a valid attribute name diff --git a/package-lock.json b/package-lock.json index d9bc9373f120..aed1a9c58a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.5.18", + "version": "2.5.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 51f3af8c2103..6d4de51dbc80 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.5.18", + "version": "2.5.19", "scripts": { "ng": "ng", "start": "ng serve --aot",