From fd5f22b5af3f9d1d07a42a8bab01e906c1f5e9fe Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 25 Jul 2023 11:14:43 +0000 Subject: [PATCH] chore(release): 2.4.26 [skip ci] ## [2.4.26](https://github.com/GeneralBots/BotServer/compare/2.4.25...2.4.26) (2023-07-25) ### Bug Fixes * **all:** Fix answers with dialog id working again. ([2a6f64f](https://github.com/GeneralBots/BotServer/commit/2a6f64f238b6f7088c4a925e0dcd68b705c0e3e8)) * **all:** Fix answers with dialog id working again. ([ec172b0](https://github.com/GeneralBots/BotServer/commit/ec172b0554bd28ff447c5f8436bb81a9a20ad703)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5e8860..cbc4bb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.26](https://github.com/GeneralBots/BotServer/compare/2.4.25...2.4.26) (2023-07-25) + + +### Bug Fixes + +* **all:** Fix answers with dialog id working again. ([2a6f64f](https://github.com/GeneralBots/BotServer/commit/2a6f64f238b6f7088c4a925e0dcd68b705c0e3e8)) +* **all:** Fix answers with dialog id working again. ([ec172b0](https://github.com/GeneralBots/BotServer/commit/ec172b0554bd28ff447c5f8436bb81a9a20ad703)) + ## [2.4.25](https://github.com/GeneralBots/BotServer/compare/2.4.24...2.4.25) (2023-07-23) diff --git a/package.json b/package.json index 7d006114..2649cffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.25", + "version": "2.4.26", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",