fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 9 additions and 1 deletions
Showing only changes of commit fd5f22b5af - Show all commits

View file

@ -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)

View file

@ -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",