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

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

View file

@ -1,3 +1,10 @@
## [2.4.21](https://github.com/GeneralBots/BotServer/compare/2.4.20...2.4.21) (2023-07-23)
### Bug Fixes
* **all:** Fix in AS IMAGE generation of single row. ([6874869](https://github.com/GeneralBots/BotServer/commit/6874869ef8ce404b1bbef2980e5aef7efbf4a71a))
## [2.4.20](https://github.com/GeneralBots/BotServer/compare/2.4.19...2.4.20) (2023-07-23)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.4.20",
"version": "2.4.21",
"type": "module",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs",