From 9831f2735ff3f2e38733359a650eec5a1f2a9c08 Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Fri, 20 Dec 2024 17:05:42 +0100 Subject: [PATCH] # 1.25.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c886b2..0a27d6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ ### **Copyrigth**: *Tiledesk SRL* +# 1.25.0 + # 1.25.0-rc.1 **added**: lastRecordedUrl voiceFlow flow variable for action-record +# 1.24.0 + # 1.24.0-rc.5 - **changed**: project-utils rules @@ -26,6 +30,8 @@ # 1.24.0-rc.1 - **added**: add_tags action +# 1.23.0 + # 1.23.0-rc.5 - **bug-fixed**: image is not saved in [WHATSAPP RECEIVER] - **changed**: maxRow increased askgpt-v2 and gpt-task actions diff --git a/package-lock.json b/package-lock.json index 4321753a..fe93c002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tiledesk/cds", - "version": "1.25.0-rc.1", + "version": "1.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tiledesk/cds", - "version": "1.25.0-rc.1", + "version": "1.25.0", "license": "MIT", "dependencies": { "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index dd28c026..cfc392ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.25.0-rc.1", + "version": "1.25.0", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {