From 19e12926933dde4ebfe726c84209743e696df0a7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 25 Jul 2023 11:38:04 +0000 Subject: [PATCH] chore(release): 2.4.27 [skip ci] ## [2.4.27](https://github.com/GeneralBots/BotServer/compare/2.4.26...2.4.27) (2023-07-25) ### Bug Fixes * **all:** Fix answers with dialog id working again. ([f34c7b1](https://github.com/GeneralBots/BotServer/commit/f34c7b1ac5227f27d2fae3b55810e38c493d52e6)) * **all:** Fix answers with dialog id working again. ([a24648c](https://github.com/GeneralBots/BotServer/commit/a24648cc9f7c3ad3ab740096f60b4581b595936b)) * **all:** Fix answers with dialog id working again. ([6b832c4](https://github.com/GeneralBots/BotServer/commit/6b832c42b6442178b68954cb6241b1b79dcf3285)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc4bb2f..06249a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.4.27](https://github.com/GeneralBots/BotServer/compare/2.4.26...2.4.27) (2023-07-25) + + +### Bug Fixes + +* **all:** Fix answers with dialog id working again. ([f34c7b1](https://github.com/GeneralBots/BotServer/commit/f34c7b1ac5227f27d2fae3b55810e38c493d52e6)) +* **all:** Fix answers with dialog id working again. ([a24648c](https://github.com/GeneralBots/BotServer/commit/a24648cc9f7c3ad3ab740096f60b4581b595936b)) +* **all:** Fix answers with dialog id working again. ([6b832c4](https://github.com/GeneralBots/BotServer/commit/6b832c42b6442178b68954cb6241b1b79dcf3285)) + ## [2.4.26](https://github.com/GeneralBots/BotServer/compare/2.4.25...2.4.26) (2023-07-25) diff --git a/package.json b/package.json index 2649cffd..82f6cede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.26", + "version": "2.4.27", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",