diff --git a/tybotRoute/CHANGELOG.md b/tybotRoute/CHANGELOG.md index a350dbd..09996ba 100644 --- a/tybotRoute/CHANGELOG.md +++ b/tybotRoute/CHANGELOG.md @@ -17,6 +17,10 @@ available on: - Added flowError on JSONCondition when result = null - Added fix on Filler --> +# v0.2.138 +- Bug-fixed: hiddenMessage not blocked +- Bug-fixed: DirAskGPTV2 has hardcoded engine + # v0.2.138-rc1 - Updated redis to 4.7.0 - Updated tdCache diff --git a/tybotRoute/package-lock.json b/tybotRoute/package-lock.json index 333bb01..d5c6639 100644 --- a/tybotRoute/package-lock.json +++ b/tybotRoute/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tiledesk/tiledesk-tybot-connector", - "version": "0.2.138-rc5", + "version": "0.2.138", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tiledesk/tiledesk-tybot-connector", - "version": "0.2.138-rc5", + "version": "0.2.138", "license": "ISC", "dependencies": { "@tiledesk/helpcenter-query-client": "^0.1.8", diff --git a/tybotRoute/package.json b/tybotRoute/package.json index c9ad3a0..1cd8c94 100644 --- a/tybotRoute/package.json +++ b/tybotRoute/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-tybot-connector", - "version": "0.2.138-rc5", + "version": "0.2.138", "description": "Tiledesk Tybot connector", "main": "index.js", "scripts": {